Skip to content

refactor(Previous List): add more info to each item #4

refactor(Previous List): add more info to each item

refactor(Previous List): add more info to each item #4

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn lint