Skip to content

Swap "return" with "exit" #33

Swap "return" with "exit"

Swap "return" with "exit" #33

Workflow file for this run

---
name: On-push
on:
push
jobs:
version-check:
uses: ./.github/workflows/vc.yaml
conditional:
runs-on: ubuntu-latest
needs: version-check
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0