Skip to content

add health check

add health check #12

Workflow file for this run

name: check-rust
on:
pull_request:
paths:
- .github/workflows/lint-rust.yml
- **.rs

Check failure on line 7 in .github/workflows/lint-rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-rust.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- Cargo.toml
- Cargo.lock
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Rust format check
run: cargo fmt --check