Skip to content

Merge pull request #37 from club-40/feat/storybook #13

Merge pull request #37 from club-40/feat/storybook

Merge pull request #37 from club-40/feat/storybook #13

Workflow file for this run

name: frontend_lint
on: [ push ]
defaults:
run:
working-directory: frontend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: ">=18.0.0"
- run: npm ci
- run: npm run lint:ci