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 7, 2024
1 parent 2bf4db4 commit 835dd5a
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 @@ -31,7 +31,7 @@ jobs:
git remote add origin2 git@github.com:riscv-software-src/riscv-tests.git ; \
git fetch --all
git branch --all ; \
git checkout -t origin/riscv-tests-sail ; \
git checkout -t origin2/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 835dd5a

Please sign in to comment.