Adding max frequence reads parameter #87
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: | |
- master | |
# This runs on PRs so error can be seen before merging | |
name: Version check | |
jobs: | |
all: | |
runs-on: ubuntu-latest | |
name: Version check | |
env: | |
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Check version format and availability | |
run: ./scripts/version_check.sh |