Skip to content

Add CI checks (#5)

Add CI checks (#5) #3

Workflow file for this run

on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest

Check failure on line 6 in .github/workflows/prettier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prettier.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run prettier