Skip to content

docs: update README.md #5

docs: update README.md

docs: update README.md #5

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run lint