Skip to content

Commit

Permalink
fix: CIの足りないStep追加
Browse files Browse the repository at this point in the history
  • Loading branch information
OJII3 committed Sep 15, 2024
1 parent 623554d commit 6ee1998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
node-version: 20
# node-version-file: .nvmrc

- name: Setup | Node Modules
run: npm ci

- name: Run | Lint
run: npm run lint

Expand Down

0 comments on commit 6ee1998

Please sign in to comment.