changes actions to composite because packages are only private which is stupid and inane and shouldn't be that way like what the actual hell why can't they just make things logical
All checks were successful
Build and Push Deno Release Action / build-and-publish (push) Successful in 26s
Build and Push Version Check Action / build (push) Successful in 18s

This commit is contained in:
2025-05-06 22:07:43 -06:00
parent 92323d3829
commit a198601c34
3 changed files with 44 additions and 57 deletions

View File

@@ -1,5 +1,14 @@
name: Version Check & Tag
description: Ensures version correctness and creates missing git tags
runs:
using: "docker"
image: git.cyborggrizzly.com/bearmetal/ci-actions/version-check:latest
using: "composite"
steps:
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: 2.3.1
- name: Run version check
shell: bash
run: |
deno run --allow-read --allow-run version-check/main.ts