asdf
All checks were successful
Build and Push Version Check Action / build (push) Successful in 18s

This commit is contained in:
Emmaline Autumn 2025-05-06 22:15:34 -06:00
parent a198601c34
commit 0c32b6a51e

View File

@ -11,4 +11,5 @@ runs:
- name: Run version check - name: Run version check
shell: bash shell: bash
run: | run: |
deno run --allow-read --allow-run version-check/main.ts deno run --allow-read --allow-run .main.ts
working-directory: ${{ github.action_path }}