Skip to content

Commit

Permalink
Apply and enforce rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 11, 2024
1 parent a0ea137 commit 44923d2
Show file tree
Hide file tree
Showing 20 changed files with 719 additions and 421 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rustfmt
run: rustfmt --check src/**/*.rs
Loading

0 comments on commit 44923d2

Please sign in to comment.