Skip to content

Commit

Permalink
test: test rickstaa/action-black#18 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 12, 2023
1 parent e079fe9 commit 8760e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haya14busa/action-cond@v1
id: reporter
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: "github-pr-review"
if_false: "github-check"
- uses: rickstaa/action-black@v1
- uses: rickstaa/action-black@hotfix_18
with:
black_args: ". --check"
fail_on_error: false

0 comments on commit 8760e7c

Please sign in to comment.