mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
parent
565c8a0328
commit
3b59b02c59
3 changed files with 80 additions and 63 deletions
16
.github/workflows/check.yml
vendored
Normal file
16
.github/workflows/check.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Check
|
||||
run: nix flake check
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
Loading…
Add table
Add a link
Reference in a new issue