diff --git a/.github/workflows/lint-python-code.yml b/.github/workflows/lint-python-code.yml new file mode 100644 index 00000000..9040d9fc --- /dev/null +++ b/.github/workflows/lint-python-code.yml @@ -0,0 +1,15 @@ +name: Check that PRs do not contain prereleaseSuffixes +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"