Skip to content

Added github action deployment scripts #1

Added github action deployment scripts

Added github action deployment scripts #1

Workflow file for this run

# Unit Test Github Actions β€” Runs unit tests for reusable GitHub Actions and shared
# scripts on PRs that touch action, script, or test files.
name: Unit Test Github Actions
on:
pull_request:
paths: ['.github/actions/**', '.github/scripts/**', '.github/test/**']
workflow_dispatch:
jobs:
test-validate-release-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Test validate-release-version
run: bash .github/test/validate-release-version.test.sh