File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 18
18
uses : DeterminateSystems/magic-nix-cache-action@v2
19
19
- uses : actions/checkout@v3
20
20
- name : Run check code
21
- run : make check-code
22
21
run : nix develop -c make check-code
Original file line number Diff line number Diff line change 18
18
uses : DeterminateSystems/magic-nix-cache-action@v2
19
19
- uses : actions/checkout@v3
20
20
- name : Run check code
21
- run : make check-code
22
21
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 nix for rust check-code (#52 )'
6
- sha : a14ab78128be32e6e1d37f21def9a83351531bde
5
+ commitTitle : ' fix: remove extra run field in rust- check-code.yml (#54 )'
6
+ sha : cf019b0824456877035b30561f519f7615e6901c
7
7
path : .
8
8
path : ../.github/workflows/vendor
9
9
- contents :
10
10
- git :
11
- commitTitle : ' chore: use nix for rust check-code (#52 )'
12
- sha : a14ab78128be32e6e1d37f21def9a83351531bde
11
+ commitTitle : ' fix: remove extra run field in rust- check-code.yml (#54 )'
12
+ sha : cf019b0824456877035b30561f519f7615e6901c
13
13
path : .
14
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 : a14ab78128be32e6e1d37f21def9a83351531bde
11
+ ref : cf019b0824456877035b30561f519f7615e6901c
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 : a14ab78128be32e6e1d37f21def9a83351531bde
23
+ ref : cf019b0824456877035b30561f519f7615e6901c
24
24
includePaths :
25
25
- shared/ci/**/*
26
26
excludePaths :
You can’t perform that action at this time.
0 commit comments