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: Prettier
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install NPM dependencies
run: |
npm ci
npm install -g typescript
- name: Run Prettier
run: |
cd rt
npx prettier --check src