Skip to content

Merge pull request #550 from HubSpot/feature/12.0.1 #1206

Merge pull request #550 from HubSpot/feature/12.0.1

Merge pull request #550 from HubSpot/feature/12.0.1 #1206

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run lint