Files
cache/.github/workflows/check-dist.yml
T
Compass CI 44adfa90b5
Code scanning - action / CodeQL-Build (push) Canceled after 0s
vendor: actions/cache v4 runtime snapshot
2026-07-23 10:08:43 +08:00

20 lines
323 B
YAML

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"