Skip to content

Set up ESLint and Prettier #1

Set up ESLint and Prettier

Set up ESLint and Prettier #1

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install npm dependencies
run: |
npm ci
npm install -g typescript
- name: Run ESlint
run: |
cd rt
npx eslint src