Skip to content

Commit 7ca9e7a

Browse files
author
Clay
committed
Install Noir for privacy audit CI
1 parent 4203413 commit 7ca9e7a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/privacy-audit.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
- name: Install dependencies
3232
run: npm ci
3333

34+
- name: Install Noir toolchain
35+
run: |
36+
curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash
37+
"$HOME/.nargo/bin/noirup" -v 1.0.0-beta.19
38+
"$HOME/.nargo/bin/nargo" --version
39+
echo "$HOME/.nargo/bin" >> "$GITHUB_PATH"
40+
3441
- name: Check Claude privacy audit tracker
3542
run: npm run privacy-audit:tracker-check
3643

0 commit comments

Comments
 (0)