File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
pre-commit :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
+ - name : Install host dependencies
17
+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
18
+ with :
19
+ packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
20
+ version : ubuntu-latest
16
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
22
with :
18
23
fetch-depth : 0
40
45
chmod 700 "${LOCATION_BIN}"
41
46
42
47
echo "$LOCATION_DIR" >> "$GITHUB_PATH"
43
- - uses : cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
44
48
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
45
49
with :
46
50
extra_args : " --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}"
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ repos:
66
66
- id : regenerate-charts
67
67
name : regenerate-charts
68
68
language : system
69
- entry : nix-shell --run ' make regenerate-charts'
69
+ entry : make regenerate-charts
70
70
stages : [commit, merge-commit, manual]
71
71
pass_filenames : false
72
72
73
73
- id : cargo-test
74
74
name : cargo-test
75
75
language : system
76
- entry : nix-shell --run ' cargo test'
76
+ entry : cargo test
77
77
stages : [commit, merge-commit, manual]
78
78
pass_filenames : false
You can’t perform that action at this time.
0 commit comments