vendor: actions/cache v4 runtime snapshot
Code scanning - action / CodeQL-Build (push) Canceled after 0s

This commit is contained in:
Compass CI
2026-07-23 10:08:43 +08:00
commit 44adfa90b5
124 changed files with 293079 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Check dist/
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: "20.x"