mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
14 lines
273 B
YAML
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
|