We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5498 commit 716528bCopy full SHA for 716528b
.github/workflows/validation.yml
@@ -44,7 +44,9 @@ jobs:
44
cmake-flags: "-DCMAKE_INSTALL_PREFIX=${{ env.REST_PATH }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DREST_WELCOME=ON -DRESTLIB_RAW=ON"
45
branch: ${{ env.BRANCH_NAME }}
46
- name: Verify pre-commit config files match
47
- run: curl https://raw.githubusercontent.com/rest-for-physics/framework/master/scripts/validatePreCommitConfig.py | sudo python -
+ run: |
48
+ cd $GITHUB_WORKSPACE
49
+ curl https://raw.githubusercontent.com/rest-for-physics/framework/master/scripts/validatePreCommitConfig.py | python
50
- name: Cache framework installation
51
id: rawlib-install-cache
52
uses: actions/cache@v3
0 commit comments