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