Skip to content

Commit

Permalink
intermediate checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
billmcspadden-riscv committed May 2, 2024
1 parent c9c6c28 commit 7fa1d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ls -l ;
git fetch --all ; \
git branch --all ; \
git checkout -b riscv-tests-sail origin/riscv-tests-sail ; \
git checkout -b riscv-tests-sail --track origin/riscv-tests-sail ; \
ls -l ;
- name: Ensure pre-commit checks pass
run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always
Expand Down

0 comments on commit 7fa1d3b

Please sign in to comment.