Skip to content

Merge pull request #13 from stimulus-components/fix/node-version #45

Merge pull request #13 from stimulus-components/fix/node-version

Merge pull request #13 from stimulus-components/fix/node-version #45

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.node-version'
cache: 'yarn'
- run: |
yarn install --silent --non-interactive
yarn lint