Skip to content

Commit 6f7d53b

Browse files
committed
Move the lint check before the Validate step.
1 parent 19e8def commit 6f7d53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12+
- name: Lint
13+
run: make lint
14+
1215
- name: Install Dependencies
1316
run: sudo apt-get install gettext
1417

1518
- name: Validate
1619
run: VERSION=${{ github.event.pull_request.base.ref }} MODE=dummy make all
17-
18-
- name: Lint
19-
run: make lint

0 commit comments

Comments
 (0)