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

Commit

Permalink
Cloning submodule will done by checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 5, 2023
1 parent df9e2f8 commit a4f9641
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: DeterminateSystems/nix-installer-action@v5
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check
Expand Down
8 changes: 7 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ skip_core_tasks = true
category = "Tools"
description = "Run formatters without changes"
script = [
"git submodule update --init --recursive",
"npm install",
]

[tasks.setup-submodule]
category = "Tools"
description = "Run formatters without changes"
script = [
"git submodule update --init --recursive",
]

[tasks.format-check]
category = "Tools"
description = "Run formatters without changes"
Expand Down

0 comments on commit a4f9641

Please sign in to comment.