Skip to content

Merge pull request #8 from figsoda/dependabot/github_actions/cachix/i… #29

Merge pull request #8 from figsoda/dependabot/github_actions/cachix/i…

Merge pull request #8 from figsoda/dependabot/github_actions/cachix/i… #29

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@v4
- name: Install nix
uses: cachix/install-nix-action@v24
- name: Run checks
run: nix flake check ./dev