Upload files to "/"

This commit is contained in:
2026-04-09 16:23:31 +03:30
parent c647f24614
commit 70a719e130
80 changed files with 93592 additions and 357 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Check dist content
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
permissions:
contents: read
jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: "24.x"