Skip to content

Commit

Permalink
ci fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
chudkowsky committed Oct 21, 2024
1 parent 0ae7d54 commit 4a5667f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Protobuf
run: sudo apt-get install -y protobuf-compiler
- name: Clippy
run: cargo clippy --fix
- name: Check for diff
Expand All @@ -26,10 +29,6 @@ jobs:

- name: Install Protobuf
run: sudo apt-get install -y protobuf-compiler

- name: Install Protobuf
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit 4a5667f

Please sign in to comment.