Skip to content

Bump crate-ci/typos from 1.24.6 to 1.26.0 #135

Bump crate-ci/typos from 1.24.6 to 1.26.0

Bump crate-ci/typos from 1.24.6 to 1.26.0 #135

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@v29
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: fmt
run: nix develop -c cargo fmt
- name: Lint
run: nix develop -c cargo clippy -- -Dwarnings