Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f7d53b

Browse files
committed
Move the lint check before the Validate step.
1 parent19e8def commit6f7d53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp