Skip to content

Rene/issue 176 lints (package names and folder structure) #122

Rene/issue 176 lints (package names and folder structure)

Rene/issue 176 lints (package names and folder structure) #122

Workflow file for this run

name: Nix
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix flake check`
run: nix flake check