File tree Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 12
12
name : Check Code
13
13
runs-on : ubuntu-latest
14
14
steps :
15
+ - name : Install Nix
16
+ uses : DeterminateSystems/nix-installer-action@v4
17
+ - name : Run the Magic Nix Cache
18
+ uses : DeterminateSystems/magic-nix-cache-action@v2
15
19
- uses : actions/checkout@v3
16
20
- name : Run check code
17
21
run : make check-code
22
+ run : nix develop -c make check-code
Original file line number Diff line number Diff line change 12
12
name : Check Code
13
13
runs-on : ubuntu-latest
14
14
steps :
15
+ - name : Install Nix
16
+ uses : DeterminateSystems/nix-installer-action@v4
17
+ - name : Run the Magic Nix Cache
18
+ uses : DeterminateSystems/magic-nix-cache-action@v2
15
19
- uses : actions/checkout@v3
16
20
- name : Run check code
17
21
run : make check-code
22
+ run : nix develop -c make check-code
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
2
2
directories :
3
3
- contents :
4
4
- git :
5
- commitTitle : ' chore: use kaniko builder in shared build task (#50 )'
6
- sha : 3d1a7c11c7967952e84231e39aa5425ad704d93d
5
+ commitTitle : ' chore: use nix for rust check-code (#52 )'
6
+ sha : a14ab78128be32e6e1d37f21def9a83351531bde
7
7
path : .
8
8
path : ../.github/workflows/vendor
9
9
- contents :
10
10
- git :
11
- commitTitle : ' chore: use kaniko builder in shared build task (#50 )'
12
- sha : 3d1a7c11c7967952e84231e39aa5425ad704d93d
11
+ commitTitle : ' chore: use nix for rust check-code (#52 )'
12
+ sha : a14ab78128be32e6e1d37f21def9a83351531bde
13
13
path : .
14
- path : ./ vendor
14
+ path : vendor
15
15
kind : LockConfig
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ directories:
8
8
- path : . # Copy this folder out to ..
9
9
git :
10
10
url : https://github.com/GaloyMoney/concourse-shared.git
11
- ref : 3d1a7c11c7967952e84231e39aa5425ad704d93d
11
+ ref : a14ab78128be32e6e1d37f21def9a83351531bde
12
12
includePaths :
13
13
- shared/actions/*
14
14
excludePaths :
@@ -20,7 +20,7 @@ directories:
20
20
- path : .
21
21
git :
22
22
url : https://github.com/GaloyMoney/concourse-shared.git
23
- ref : 3d1a7c11c7967952e84231e39aa5425ad704d93d
23
+ ref : a14ab78128be32e6e1d37f21def9a83351531bde
24
24
includePaths :
25
25
- shared/ci/**/*
26
26
excludePaths :
Original file line number Diff line number Diff line change 7
7
8
8
pushd repo
9
9
10
- make check-code
10
+ nix develop -c make check-code
You can’t perform that action at this time.
0 commit comments