Skip to content

Commit fb32e97

Browse files
authored
Update python-app.yml
Signed-off-by: Jay Dev Jha <[email protected]>
1 parent b225c02 commit fb32e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python3 -m pip install pre-commit coverage
3434

3535
- name: Run pre-commit
36-
run: pre-commit run --from-ref origin/master --to-ref HEAD
36+
run: pre-commit run --all-files
3737

3838
- name: Generate
3939
run: coverage run ./parse.py -c -chisel -sverilog -rust -latex -spinalhdl -go "rv*" "unratified/rv*"

0 commit comments

Comments
 (0)