Skip to content

Commit

Permalink
ci: replace circomspect command with yarn script
Browse files Browse the repository at this point in the history
re #4
  • Loading branch information
cedoor committed Jul 5, 2024
1 parent ac2866e commit a2d4d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tool: circomspect

- name: Analyze circuits
run: circomspect packages/*/src -L ./node_modules/circomlib/circuits
run: yarn lint

test:
if: needs.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit a2d4d75

Please sign in to comment.