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 b529431 commit 84d0b61Copy full SHA for 84d0b61
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ name: CI
5
6
on:
7
push:
8
- branches: [ '*' ]
+ branches: ['*']
9
pull_request:
10
- branches: [ main ]
+ branches: [main]
11
12
jobs:
13
lint:
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Use Node.js
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
23
with:
24
node-version: '16'
25
@@ -37,10 +37,10 @@ jobs:
37
38
39
40
41
42
43
44
45
46
0 commit comments