Skip to content

security: add .gitignore, lockfile, and tighten envelope schema #8

security: add .gitignore, lockfile, and tighten envelope schema

security: add .gitignore, lockfile, and tighten envelope schema #8

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