We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0f7a9 commit 5e2e068Copy full SHA for 5e2e068
.github/workflows/build-test.yml
@@ -3,14 +3,14 @@ name: build-test
3
on:
4
pull_request:
5
paths-ignore:
6
- - '**.md'
7
- push:
+ - '**.md'
+ push:
8
branches:
9
- main
10
- releases/*
11
12
- '**.md'
13
-
+
14
jobs:
15
build:
16
runs-on: ${{ matrix.os }}
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-node@v2
24
with:
25
node-version: 12.x
26
+ cache: npm
27
- run: npm ci
28
- run: npm run build
29
- run: npm run format-check
0 commit comments