Skip to content

Easyaction filter (#858) #4495

Easyaction filter (#858)

Easyaction filter (#858) #4495

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
- run: npm run lint