Skip to content

Commit

Permalink
Add eslint for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Sep 10, 2024
1 parent 1d950f2 commit fc4717f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
jobs:
frontend:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22.5"
cache-dependency-path: 'package-lock.json'
cache-dependency-path: "package-lock.json"

- run: node --version

Expand All @@ -34,6 +34,5 @@ jobs:
env:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: npm run generate
run: npm run build

- name: npm run lint
run: npm run lint

0 comments on commit fc4717f

Please sign in to comment.