Skip to content

Using plain text example #36

Using plain text example

Using plain text example #36

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