Skip to content

Commit

Permalink
fix: adjust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Feb 8, 2024
1 parent 92c5e3b commit 94b535e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
run: cargo build
continue-on-error: false

- name: Format
run: cargo fmt
- name: Formatting
uses: actions-rs/cargo@v1
with:
command: fmt
continue-on-error: false

- name: Lint
Expand Down

0 comments on commit 94b535e

Please sign in to comment.