Skip to content

Set up ESLint and Prettier #5

Set up ESLint and Prettier

Set up ESLint and Prettier #5

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
check:
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