Skip to content

Merge pull request #547 from HubSpot/feature/12.0.0 #1201

Merge pull request #547 from HubSpot/feature/12.0.0

Merge pull request #547 from HubSpot/feature/12.0.0 #1201

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