chore: remove upstream CI workflows (mirror inertization per internal#233)

This commit is contained in:
2026-05-10 14:27:35 +00:00
parent 8301f69efd
commit 2e28df0f54
-19
View File
@@ -1,19 +0,0 @@
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: '24.x'