We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5796ec9 commit 224a345Copy full SHA for 224a345
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,6 @@
1
name: Release
2
3
-on: [push, pull_request]
+on: [ push, pull_request ]
4
5
jobs:
6
test-package:
@@ -22,14 +22,14 @@ jobs:
22
runs-on: ubuntu-latest
23
if: ${{ github.ref == 'refs/heads/master' }}
24
steps:
25
- - name: Checkout
+ - name: Checkout
26
uses: actions/checkout@v2
27
with:
28
- fetch-depth: 0
+ fetch-depth: 0
29
- name: Setup Node.js
30
uses: actions/setup-node@v2
31
32
- node-version: 'lts/*'
+ node-version: 'lts/*'
33
- uses: actions/checkout@v1
34
- name: install
35
run: |
0 commit comments