Skip to content

Merge pull request #137 from invopop/gobl-0.80.0 #415

Merge pull request #137 from invopop/gobl-0.80.0

Merge pull request #137 from invopop/gobl-0.80.0 #415

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: "npm"
- run: npm install
- run: npm run check
- run: npm run lint