Skip to content

Commit

Permalink
Merge pull request pybamm-team#3580 from shubhambhar007/shubham/pre_c…
Browse files Browse the repository at this point in the history
…ommit

Style checker on PRs does not actually check anything pybamm-team#3571
  • Loading branch information
Saransh-cpp authored Dec 5, 2023
2 parents 3273471 + 0176a26 commit cd39f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Check style
run: |
python -m pip install pre-commit
git add .
pre-commit run ruff
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Check style
run: |
python -m pip install pre-commit
git add .
pre-commit run ruff
run_unit_tests:
Expand Down

0 comments on commit cd39f6e

Please sign in to comment.