First public release #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: | |
- main | |
name: Check version | |
jobs: | |
version-check: | |
name: Check pull request before merging | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Check version format and availability | |
run: chmod +x .github/deploy/version_check.sh && .github/deploy/version_check.sh |