We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688e214 commit aa4c5c8Copy full SHA for aa4c5c8
.github/workflows/cd.yml
@@ -8,8 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1
10
- uses: actions/setup-node@v1
11
- with:
12
- node-version: 12
+ with:
+ node-version: 12
13
- run: npm install
14
- run: npm run build
15
test:
.github/workflows/ci.yml
@@ -6,15 +6,15 @@ jobs:
6
7
needs: build
runs-on: ubuntu-latest
16
17
- - \run: npm run test
+ - run: npm run test
18
lint:
19
20
0 commit comments