Files
konva/.github/workflows/prettier.yml
2025-08-19 14:15:23 +12:00

14 lines
273 B
YAML

name: check formatting
on:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm install
- run: npm run fmt:check