Skip to content

Commit

Permalink
fix:github action init 4
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdegolira committed Jul 5, 2024
1 parent 16832c1 commit a921daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
# 作業に任意の名前を定義
- name: Install dependencies
# プロジェクトの依存関係をインストール
run: npm run install
run: npm install
# 作業に任意の名前を定義
- name: Format code
# Prettierでフォーマット
run: npm run prettier
# 作業に任意の名前を定義
- name: Lint code
# ESLintで静的解析の実行
run: npm lint
run: npm run lint

0 comments on commit a921daf

Please sign in to comment.