2024-05-04 18:54:15 +05:00
|
|
|
name: nix
|
2024-05-04 18:48:44 +05:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
|
|
|
jobs:
|
2024-05-04 18:54:15 +05:00
|
|
|
check:
|
2024-05-04 18:48:44 +05:00
|
|
|
runs-on: nix-runner
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
token: "${{ secrets.REPO_PAT }}"
|
|
|
|
- run: |
|
2024-07-08 16:24:14 +05:00
|
|
|
nix flake check --allow-import-from-derivation ".?submodules=1"
|