Commit 64c11f6 1 parent 9290305 commit 64c11f6 Copy full SHA for 64c11f6
File tree 1 file changed +9
-30
lines changed
1 file changed +9
-30
lines changed Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Checkout
13
- uses : actions/checkout@v3
12
+ - name : Checkout
13
+ uses : actions/checkout@v1
14
14
15
- - name : Vale
16
- uses : errata-ai/vale-action@reviewdog
17
- with :
18
- files : content/blog/
19
- onlyAnnotateModifiedLines : true
20
- env :
21
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
15
+ - name : Vale
16
+ uses : errata-ai/vale-action@reviewdog
17
+ with :
18
+ files : content/blog/
19
+ onlyAnnotateModifiedLines : true
22
20
23
- ci :
24
- needs : lint
25
- runs-on : ubuntu-latest
26
- steps :
27
- - name : Checkout
28
- uses : actions/checkout@v3
29
-
30
- - name : Set Node.js 20.x
31
- uses : actions/setup-node@v3
32
- with :
33
- node-version : 20.x
34
-
35
- - name : Install project dependencies
36
- uses : borales/actions-yarn@v4
37
- with :
38
- cmd : install
39
-
40
- - name : Build production blog
41
- uses : borales/actions-yarn@v4
42
- with :
43
- cmd : build
21
+ env :
22
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments