Skip to content

Commit fc069c1

Browse files
committed
fixup! tools: add linter to validate Rust dependencies
add script dependencies
1 parent 0365b3f commit fc069c1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
sparse-checkout-cone-mode: false
178178
- uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31.10.5
179179
- name: Validate dependencies
180-
run: nix-shell -I nixpkgs=./tools/nix/pkgs.nix -p tomlq -p git --run ./deps/crates/check-deps-in-sync-with-v8.sh
180+
run: nix-shell -I nixpkgs=./tools/nix/pkgs.nix --pure -p cacert gawk git jq tomlq --run ./deps/crates/check-deps-in-sync-with-v8.sh
181181

182182
lint-py:
183183
if: github.event.pull_request.draft == false

deps/crates/check-deps-in-sync-with-v8.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
#! nix-shell --pure -i bash -p cacert gawk git jq tomlq
23
set -e
34

45
BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)

0 commit comments

Comments
 (0)