Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
lint python code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferenc-hechler committed Jun 12, 2024
1 parent 66a89a7 commit 8a536e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint-python-code.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8a536e5

Please sign in to comment.