Skip to content

Commit 6339358

Browse files
committed
fix: lint
1 parent 573f54a commit 6339358

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- run: just install install-styleguide build
7070
- run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just coverage
7171
- name: Coverage
72+
if: github.ref == 'refs/heads/master'
7273
uses: codecov/codecov-action@v5
7374
with:
7475
token: ${{ secrets.CODECOV_TOKEN }}

audit-ci.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
// Only fail the audit if there are critical vulnerabilities.
44
"critical": true,
55
// Can't update ESLint yet because we must support Node 16
6-
"allowlist": ["GHSA-p5wg-g6qr-c7cg", "GHSA-2g4f-4pwh-qvx6", "GHSA-3ppc-4f35-3m26", "GHSA-mw96-cpmx-2vgc"],
6+
"allowlist": [
7+
"GHSA-p5wg-g6qr-c7cg",
8+
"GHSA-2g4f-4pwh-qvx6",
9+
"GHSA-3ppc-4f35-3m26",
10+
"GHSA-mw96-cpmx-2vgc",
11+
],
712
}

0 commit comments

Comments
 (0)