Skip to content

Commit

Permalink
fix: update black formatter action
Browse files Browse the repository at this point in the history
  • Loading branch information
BoehmDo committed Oct 23, 2024
1 parent 888cbd9 commit 755adce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* text=auto

# Fix EndOfLine Errors for Windows Deployment
*.sh text eol=lf
*.sh text eol=lf
5 changes: 3 additions & 2 deletions .github/workflows/black-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"
black_args: ". --check"
fail_on_error: false

0 comments on commit 755adce

Please sign in to comment.