Skip to content

perf: use custom cache key that calculated by diagram type and source #16

perf: use custom cache key that calculated by diagram type and source

perf: use custom cache key that calculated by diagram type and source #16

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: 16
# - run: npm ci
# - run: npm run lint