Skip to content

Commit f7fdc79

Browse files
Nathan Gillettcursoragent
andcommitted
ci(spec-conformance): drop duplicate tox audit (covered by CI matrix)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 20143b3 commit f7fdc79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spec-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
- name: Install tox
5757
run: pip install "tox>=4"
5858

59-
- name: SDK quality gates (tox static + audit + cov)
59+
- name: SDK quality gates (tox static + cov)
6060
env:
6161
INTENTPROOF_SPEC_ROOT: ${{ github.workspace }}/intentproof-spec
62-
run: tox run -e static,audit,cov
62+
run: tox run -e static,cov
6363

6464
- name: Set up Node.js for spec oracle
6565
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # was `@v6`

0 commit comments

Comments
 (0)