Skip to content

Merge pull request #10 from overcat/improve #1

Merge pull request #10 from overcat/improve

Merge pull request #10 from overcat/improve #1

Workflow file for this run

name: Rust
on:
push:
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo fmt --check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test