Skip to content

Commit 73300b7

Browse files
Add dummy appveyor / fix missing install
1 parent 22f0921 commit 73300b7

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: 12
20+
- run: npm ci
2021
- run: npm run lint
2122

2223
test:

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Remove after disabling appveyor, dummy to prevent red status
2+
3+
# Install scripts. (runs after repo cloning)
4+
install:
5+
- echo noop
6+
7+
# Post-install test scripts.
8+
test_script:
9+
- echo noop
10+
11+
# Don't actually build.
12+
build: off

0 commit comments

Comments
 (0)