Skip to content

build(deps): bump cachix/install-nix-action from 22 to 23 #16

build(deps): bump cachix/install-nix-action from 22 to 23

build(deps): bump cachix/install-nix-action from 22 to 23 #16

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v23
- name: Run checks
run: nix flake check ./dev