Skip to content

chore(deps): bump thiserror from 2.0.19 to 2.0.20 #165

chore(deps): bump thiserror from 2.0.19 to 2.0.20

chore(deps): bump thiserror from 2.0.19 to 2.0.20 #165

Workflow file for this run

name: Nix Checks
on: [push, pull_request]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
- name: Check flake evaluation
run: nix flake check --no-build --all-systems
- name: Check formatting
run: nix fmt -- --check .
- name: Check build
run: nix build