Skip to content

Commit

Permalink
Fix my yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob McWhirter committed May 9, 2024
1 parent 0a48bd3 commit e6b9231
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -32,13 +31,12 @@ jobs:
run: npm run build
- name: Test
run: npm run test -- --coverage --watchAll=false

- name: Format
- name: Crate Format
working-directory: ./crate
run: cargo fmt --check
- name: Crate Check
working-directory: ./crate
- name: Check
run: cargo check
- name: Crate Clippy
working-directory: ./crate
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::unwrap_used -D clippy::expect_used
working-directory: ./crate

0 comments on commit e6b9231

Please sign in to comment.