Skip to content

Commit

Permalink
CI definition cleanup (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle authored Feb 13, 2024
1 parent f0ab919 commit 921b2f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- run: 'echo hello world'
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Checkout
uses: actions/checkout@v3
- name: Run static analysis tests
shell: bash
run: cargo fmt --all --check

docs:
Expand Down

0 comments on commit 921b2f1

Please sign in to comment.