Skip to content

Merge pull request #461 from munierujp/fix-test-action #190

Merge pull request #461 from munierujp/fix-test-action

Merge pull request #461 from munierujp/fix-test-action #190

Workflow file for this run

name: lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- run: yarn install
- run: yarn run lint