Skip to content

Bump toml from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 (#78) #216

Bump toml from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 (#78)

Bump toml from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 (#78) #216

Workflow file for this run

on: push
name: Continuous integration
jobs:
check:
name: Lint, Check, Clippy, Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: rustup component add rustfmt clippy
- run: cargo fmt --all -- --check
- run: cargo check
- run: cargo clippy --version
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo build