Skip to content

tests: Fix deprecations and warnings #337

tests: Fix deprecations and warnings

tests: Fix deprecations and warnings #337

Workflow file for this run

name: 'Checks'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Run checks.
runs-on: ubuntu-latest
env:
GC_DONT_GC: 1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
experimental-features = nix-command flakes recursive-nix
- name: Run checks
run: |
nix flake check -L .