Skip to content

Commit

Permalink
release 1.4.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou authored Oct 29, 2024
2 parents 93da34a + efd9bda commit 3e43890
Show file tree
Hide file tree
Showing 13 changed files with 150 additions and 1,147 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ concurrency:
cancel-in-progress: true

jobs:
format:
name: Format check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Rust toolchain
run: rustup toolchain install stable --profile minimal --component rustfmt

- name: Run rustfmt
run: cargo fmt --all -- --check

build:
runs-on: ubuntu-latest
outputs:
Expand Down
Loading

0 comments on commit 3e43890

Please sign in to comment.