Skip to content

Set up ESLint and Prettier #3

Set up ESLint and Prettier

Set up ESLint and Prettier #3

Workflow file for this run

name: Prettier
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 prettier --check src