Skip to content

Merge branch 'hook-before-after-step' #773

Merge branch 'hook-before-after-step'

Merge branch 'hook-before-after-step' #773

Workflow file for this run

name: lint
on:
push:
pull_request:
branches: [main, beta]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run prettier