Skip to content

Allow passing in a token #27

Allow passing in a token

Allow passing in a token #27

Workflow file for this run

---
name: ESLint
on: ["pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
- run: npm run lint