Skip to content

Commit

Permalink
Simplify steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maneatingape committed Aug 24, 2023
1 parent baba83d commit 2c8fb69
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code formatting is consistent
run: cargo fmt --check
- name: Lint code
run: cargo clippy -- --deny warnings
- name: Run all tests
run: cargo test
- uses: actions/checkout@v3
- run: cargo fmt --check
- run: cargo clippy -- --deny warnings
- run: cargo test

0 comments on commit 2c8fb69

Please sign in to comment.