Skip to content

Bump quote from 1.0.44 to 1.0.45 #131

Bump quote from 1.0.44 to 1.0.45

Bump quote from 1.0.44 to 1.0.45 #131

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@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test crate
run: nix develop -c cargo clippy -- --deny "warnings"