Skip to content

Removed auto-fix.ci so it now just checks instead of fixes. #5

Removed auto-fix.ci so it now just checks instead of fixes.

Removed auto-fix.ci so it now just checks instead of fixes. #5

Workflow file for this run

name: Lint and Format Check
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: |
yarn
yarn prettier . --check
yarn eslint .