Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 18, 2024
1 parent dec6b2e commit 03690fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: |
npm install -g markdownlint-cli
- name: Check submodules don't fail
run: |
ls /home/runner/work/proof-systems/proof-systems/proof-systems-vendors/csv/
#
# Doc & Spec
#
Expand Down Expand Up @@ -87,9 +91,6 @@ jobs:
run: |
cargo fmt -- --check
- name: Check submodules don't fail
run: |
ls /home/runner/work/proof-systems/proof-systems/proof-systems-vendors/csv/
#- name: Lint (clippy)
# uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 03690fd

Please sign in to comment.