Skip to content

Update tiger event with Procion and Ravenclaw's comments and modifica… #138

Update tiger event with Procion and Ravenclaw's comments and modifica…

Update tiger event with Procion and Ravenclaw's comments and modifica… #138

Workflow file for this run

name: CI
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn eslint