ci: missed submodules
All checks were successful
nix / check (push) Successful in 1m34s

This commit is contained in:
L-Nafaryus 2024-05-04 18:54:15 +05:00
parent ab51c50cac
commit 280b897d26
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -1,4 +1,4 @@
name: nix-check
name: nix
on:
push:
@ -6,7 +6,7 @@ on:
- master
jobs:
build:
check:
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
@ -14,4 +14,4 @@ jobs:
submodules: true
token: "${{ secrets.REPO_PAT }}"
- run: |
nix flake check
nix flake check ".?submodules=1"