Skip to content

Make status command global #1136

Make status command global

Make status command global #1136

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm i
- run: npm start lint