Skip to content

Chore: replace legacy new.yml with direct add-to-project workflow #46

Chore: replace legacy new.yml with direct add-to-project workflow

Chore: replace legacy new.yml with direct add-to-project workflow #46

Workflow file for this run

name: Lint
on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
- run: npm install
- run: npx standard