Skip to content

Update nixbuild/nix-quick-install-action action from v34 to v35 #16

Update nixbuild/nix-quick-install-action action from v34 to v35

Update nixbuild/nix-quick-install-action action from v34 to v35 #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: ./.github/actions/setup-nix
- name: Run lint
run: nix develop --command bash -c "make -k check"