Skip to content

Release 1.3.0

Release 1.3.0 #43

Workflow file for this run

name: Lint
on: [ push, pull_request ]
env:
CI: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint