Skip to content

Adding eslint

Adding eslint #4

Workflow file for this run

on:
push:
pull_request:
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v20
uses: actions/setup-node@v1
with:
node-version: 20
- name: yarn install
run: yarn install
- name: eslint
uses: icrawl/action-eslint@v1
with:
args: --ext .js,.ts,.tsx .