Skip to content

Replace outdated comment #199

Replace outdated comment

Replace outdated comment #199

Workflow file for this run

name: lint-check
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install next
- run: npm run lint
- run: npx prettier --check .