actions/setup-go v5 (local mirror)

This commit is contained in:
ci
2026-06-22 13:07:03 +09:00
commit 3e78b7a158
130 changed files with 212928 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'