Skip to content

fix: eslint dependencies and proptypes #4

fix: eslint dependencies and proptypes

fix: eslint dependencies and proptypes #4

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