Skip to content

Update README.md

Update README.md #16

Workflow file for this run

name: Graphite Check
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm run check