Skip to content

bad condtional when added error message (#494) #1345

bad condtional when added error message (#494)

bad condtional when added error message (#494) #1345

Workflow file for this run

name: Eslint
on:
push:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint