Skip to content

Commit 8aa5136

Browse files
committed
remove CI that no longer applies
1 parent 53a15fe commit 8aa5136

File tree

2 files changed

+1
-78
lines changed

2 files changed

+1
-78
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,4 @@ jobs:
1515
npm install
1616
- run: |
1717
npm run all
18-
test: # make sure the action works on a clean machine without building
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v2
22-
- uses: ./
23-
with:
24-
milliseconds: 1000
18+

0 commit comments

Comments
 (0)