Skip to content

Bump crate-ci/typos from 1.29.4 to 1.29.5 #147

Bump crate-ci/typos from 1.29.4 to 1.29.5

Bump crate-ci/typos from 1.29.4 to 1.29.5 #147

Workflow file for this run

name: Lint
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: fmt
run: nix develop -c cargo fmt
- name: Lint
run: |
nix develop -c cargo clippy -- -Dwarnings
nix develop -c cargo clippy --no-default-features -- -Dwarnings
nix develop -c cargo clippy --features=std -- -Dwarnings
nix develop -c cargo clippy --features=merge -- -Dwarnings
nix develop -c cargo clippy --features=option -- -Dwarnings
nix develop -c cargo clippy --features=none_as_default -- -Dwarnings
nix develop -c cargo clippy --features=keep_none -- -Dwarnings