Skip to content

Merge pull request #3 from markonikolas/fix/eslint #5

Merge pull request #3 from markonikolas/fix/eslint

Merge pull request #3 from markonikolas/fix/eslint #5

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install modules
run: yarn
- name: Run ESLint
run: npm run lint