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 1111c65 commit 8f09b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
echo $PWD ; \
ls -l ;
git remote add origin2 git@github.com:riscv-software-src/riscv-tests.git ; \
git branch -r ; \
git checkout -t origin/riscv-tests-sail ; \
git branch -a ; \
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 8f09b79

Please sign in to comment.