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

Commit2def8d9

Browse files
authored
Merge pull request#5 from github/tarebyte/ensure-linting-is-working
Fix linting GitHub Action build
2 parents12ee1c7 +372fc07 commit2def8d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/linting.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Linting
22

33
on:
44
push:
5-
branches:[$default-branch ]
5+
branches:[main ]
66
pull_request:
7-
branches:[$default-branch ]
7+
branches:[main ]
88

99
jobs:
1010
build:
@@ -15,4 +15,5 @@ jobs:
1515
with:
1616
node-version:18
1717
cache:'npm'
18+
-run:npm install standard
1819
-run:npm run lint

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp