Skip to content

chore(ci): align nix/non-nix fourmolu versions #28

chore(ci): align nix/non-nix fourmolu versions

chore(ci): align nix/non-nix fourmolu versions #28

Workflow file for this run

name: Nix CI
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
nix-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@3164002371bc90729c68af0e24d5aacf20d7c9f6 # v12
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
- name: Enable Nix cache
uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
- name: Build and test
run: |
nix develop --command make ci