Skip to content

feat: add source link for #29 #433

feat: add source link for #29

feat: add source link for #29 #433

Workflow file for this run

name: Lint code
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
# adapted from https://github.com/nuxt/eslint/blob/main/.github/workflows/ci.yml
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm build
- run: pnpm lint