Skip to content

Commit

Permalink
git: fix black version of github-action to 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Feb 10, 2023
1 parent d99c8a6 commit b570950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/process-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: psf/[email protected]
with:
src: "./py"
version: 23.1.0
- name: Check for Linting Errors
if: failure()
run: echo "::warning title='Python Linter Check failed'::Please run \"pip install black; black py\" before committing code changes to python files."
Expand Down

0 comments on commit b570950

Please sign in to comment.