Skip to content

Commit 65d9d4a

Browse files
committed
util: Run EditorConfig check before installing dependencies
1 parent 7efb41b commit 65d9d4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Check out code
1111
uses: actions/checkout@v2
12+
- name: Editor config
13+
uses: snow-actions/[email protected]
1214
- name: Set up Go
1315
uses: actions/setup-go@v2
1416
with:
@@ -41,8 +43,6 @@ jobs:
4143
${{ runner.os }}-yarn-
4244
- name: Download Yarn dependencies
4345
run: make js.deps
44-
- name: Editor config
45-
uses: snow-actions/[email protected]
4646
- name: Initialize Hugo binary cache
4747
uses: actions/cache@v2
4848
with:

0 commit comments

Comments
 (0)