Update formatter if

This commit is contained in:
Zanie 2023-10-25 12:47:58 -05:00
parent ab49eaae61
commit 92f935eb2b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ jobs:
echo ${{ github.event.number }} > pr-number
- name: Run `ruff format` ecosystem check
if: ${{ needs.determine_changes.outputs.linter == 'true' }}
if: ${{ needs.determine_changes.outputs.formatter == 'true' }}
run: |
# Make executable, since artifact download doesn't preserve this
chmod +x ruff ${{ steps.ruff-target.outputs.download-path }}/ruff