Skip to content

Update documentation to reflect libgfold removal #167

Update documentation to reflect libgfold removal

Update documentation to reflect libgfold removal #167

Workflow file for this run

name: ci
on:
push:
branches:
- "main"
paths:
- "**/*.rs"
- ".github/**"
- "justfile"
- "*.nix"
- "Cargo.*"
- "rust-toolchain.toml"
pull_request:
branches:
- "main"
paths:
- "**/*.rs"
- ".github/**"
- "justfile"
- "*.nix"
- "Cargo.*"
- "rust-toolchain.toml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- uses: taiki-e/install-action@just
- run: just ci