This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
forked from tmforum-oda/oda-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ODA-CANVAS-FORK/feature/ghactionstest
build xxx and yyy.
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Lint Python code | ||
on: | ||
pull_request: | ||
branches: | ||
# TODO[FH]: remove before PR is merged. | ||
- testmain | ||
- master | ||
jobs: | ||
lint-python-code: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: psf/black@stable | ||
with: | ||
src: "./source/operators/secretsmanagementOperator-hc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
source/operators/secretsmanagementOperator-hc/docker/trigger-build.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TODO[FH]: delete this file before PR is merged! | ||
|
||
SMAN OPERATOR | ||
change to trigger build!! | ||
change to trigger build!!! |
2 changes: 1 addition & 1 deletion
2
source/operators/secretsmanagementOperator-hc/sidecar/docker/trigger-build.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TODO[FH]: delete this file before PR is merged! | ||
|
||
SMAN SIDECAR | ||
change to trigger build!! | ||
change to trigger build!!! |