Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Dec 14, 2024
1 parent 0e3bda7 commit 3db9c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: pip install pre-commit
- name: Install cargo
run: |
apt-get -yy update
apt-get -yy install cargo
sudo apt-get -yy update
sudo apt-get -yy install cargo
- name: Run checks
run: pre-commit run -a -v
- name: Git status
Expand Down

0 comments on commit 3db9c9a

Please sign in to comment.