Skip to content

version

version #1

Workflow file for this run

name: Check Archive Version
on: [push]
jobs:
check-version:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0 # Fetch all history for proper git operations
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Run version validation
run: export
- name: STOP! HAMMERTIME!
run: exit 1