Skip to content

1.2.3

1.2.3 #61

Workflow file for this run

name: Run ESLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup 🔧
uses: actions/[email protected]
with:
node-version: '12'
- name: Install ♻
run: npm install
- name: Lint 👓
run: npm run lint