Skip to content

add lint to GH workflow #2

add lint to GH workflow

add lint to GH workflow #2

Workflow file for this run

name: lint
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint