Skip to content

Commit

Permalink
Flip quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Jun 12, 2024
1 parent d83ff52 commit 52643e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- run: cargo +${{ matrix.rust }} build --target=${{ matrix.target }}

- if: matrix.target == "x86_64-unknown-linux-gnu"
- if: matrix.target == 'x86_64-unknown-linux-gnu'
run: cargo +${{ matrix.rust }} test

- if: matrix.target == "x86_64-unknown-linux-gnu"
- if: matrix.target == 'x86_64-unknown-linux-gnu'
run: cargo +${{ matrix.rust }} fmt --all --check

- if: matrix.target == "x86_64-unknown-linux-gnu"
- if: matrix.target == 'x86_64-unknown-linux-gnu'
run: cargo +${{ matrix.rust }} clippy -- -D warnings

semver:
Expand Down

0 comments on commit 52643e8

Please sign in to comment.