Skip to content

Welp lets try 4th one #6

Welp lets try 4th one

Welp lets try 4th one #6

Workflow file for this run

name: ESLint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx