Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

add github-action

add github-action #1

Workflow file for this run

name: nix flake check
on:
pull_request:
push:
branches: [main]
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check .