Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! [WIP] pre-commit and…
Browse files Browse the repository at this point in the history
… ruff
  • Loading branch information
swrichards committed Jan 7, 2025
1 parent b8faf1e commit 83319d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Get changed files
id: changed-files
run: |
echo "files=$(git diff --name-only origin/main...HEAD | tr '\n' ' ')" >> $GITHUB_OUTPUT
echo "files=$(git diff --name-only origin/develop...HEAD | tr '\n' ' ')" >> $GITHUB_OUTPUT
- name: Run pre-commit on changed files
continue-on-error: true
Expand Down

0 comments on commit 83319d3

Please sign in to comment.