We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5d5ed commit 0f67cd2Copy full SHA for 0f67cd2
.github/workflows/validation.yml
@@ -57,10 +57,6 @@ jobs:
57
with:
58
cmake-flags: "-DCMAKE_INSTALL_PREFIX=${{ env.REST_PATH }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DREST_WELCOME=ON -DRESTLIB_TRACK=ON"
59
branch: ${{ env.BRANCH_NAME }}
60
- - name: Verify pre-commit config files match
61
- run: |
62
- cd $GITHUB_WORKSPACE
63
- curl https://raw.githubusercontent.com/rest-for-physics/framework/master/scripts/validatePreCommitConfig.py | python
64
- name: Load REST libraries
65
run: |
66
source ${{ env.REST_PATH }}/thisREST.sh
0 commit comments