Skip to content

change eslint and prettier #11

change eslint and prettier

change eslint and prettier #11

Workflow file for this run

name: Lint
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install
run: npm ci
- name: Lint
run: npm run lint