Apply suggestions from Copilot review #43
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
name: Verify major and minor versions | |
on: push | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
version: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check versions | |
run: | | |
.github/tools/version.sh |