Skip to content

repo: update CI/CD scripts #95

repo: update CI/CD scripts

repo: update CI/CD scripts #95

Workflow file for this run

name: lint
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
name: Eslint
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with: node-version: 20

Check failure on line 18 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Lint
run: |
cd frontend
npm ci --legacy-peer-deps
npm run lint