Files
OpenFrontIO/.github/workflows/prettier.yml
T
2025-02-12 08:38:38 -08:00

19 lines
320 B
YAML

name: Prettier Check
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npx prettier --check .