Skip to content

Commit 4518471

Browse files
committed
ci: remove example directory from TypeScript configuration and comment out security scan in GitHub Actions workflow
1 parent 1d7c66c commit 4518471

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
with:
2323
fail-on-severity: high
2424

25-
security-scan:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Checkout
29-
uses: actions/checkout@v3
30-
31-
- name: Run Snyk to check for vulnerabilities
32-
uses: snyk/actions/node@master
33-
env:
34-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
35-
with:
36-
args: --severity-threshold=high
25+
# security-scan:
26+
# runs-on: ubuntu-latest
27+
# steps:
28+
# - name: Checkout
29+
# uses: actions/checkout@v3
30+
31+
# - name: Run Snyk to check for vulnerabilities
32+
# uses: snyk/actions/node@master
33+
# env:
34+
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
35+
# with:
36+
# args: --severity-threshold=high
3737

3838
type-check:
3939
runs-on: ubuntu-latest

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"include": [
88
"./src",
9-
"./example/src"
109
],
1110
"exclude": [
1211
"**/__mocks__/*",

0 commit comments

Comments
 (0)