Skip to content

Commit

Permalink
fix action variable use
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Feb 2, 2025
1 parent 8578814 commit 2ce7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
else
REPORTER="github-check"
fi
poetry run ruff format --diff | reviewdog -reporter=github-pr-revi -f=diff -f.diff.strip=0 -name=ruff-format -filter-mode=nofilter -fail-level=error
poetry run ruff format --diff | reviewdog -reporter=$REPORTER -f=diff -f.diff.strip=0 -name=ruff-format -filter-mode=nofilter -fail-level=error
- name: "run ruff / check"
if: "${{ always() && steps.install.conclusion == 'success' }}"
run: "poetry run ruff check --output-format=github"

0 comments on commit 2ce7fc7

Please # to comment.