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 537e077 commit 7af2f79Copy full SHA for 7af2f79
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,22 @@
1
+name: Test
2
+on:
3
+ push:
4
+ pull_request:
5
+ workflow_dispatch:
6
+
7
+jobs:
8
+ build:
9
+ name: Test build
10
+ runs-on: ubuntu-20.04
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - run: npm i
14
+ - run: npm run build
15
16
+ lint:
17
+ name: Check linting
18
19
20
21
22
+ - run: npm run lint
0 commit comments