Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2024
1 parent 6ecc7e8 commit fe984e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x

- name: foo
run: git fetch origin

- uses: pre-commit/[email protected]
with:
# extra_args: --from-ref origin/HEAD --to-ref HEAD
# extra_args: --from-ref main --to-ref HEAD
# extra_args: --from-ref main
extra_args: --from-ref origin/main --to-ref HEAD
extra_args: --from-ref origin/HEAD --to-ref HEAD

0 comments on commit fe984e2

Please sign in to comment.