Skip to content

Commit 0f67cd2

Browse files
authored
Bug fix, fogot to remove some lines on validation
1 parent 8d5d5ed commit 0f67cd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/validation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
with:
5858
cmake-flags: "-DCMAKE_INSTALL_PREFIX=${{ env.REST_PATH }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DREST_WELCOME=ON -DRESTLIB_TRACK=ON"
5959
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
6460
- name: Load REST libraries
6561
run: |
6662
source ${{ env.REST_PATH }}/thisREST.sh

0 commit comments

Comments
 (0)