Skip to content

Commit

Permalink
turn off clap val for now
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 30, 2024
1 parent fd58c8b commit 6fbbf29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
cmake -S . -B ./build ${{ matrix.cmakeConfig }} -DCMAKE_BUILD_TYPE=Debug
cmake --build ./build --config Debug --target ${{ matrix.target }} --parallel 4
- name: Run Clap Validator
if: ${{ matrix.clapValidate }}
uses: jatinchowdhury18/clap-val-action@main
with:
plugin_path: "./build/shortcircuit-products/Shortcircuit XT.clap"
#- name: Run Clap Validator
# if: ${{ matrix.clapValidate }}
# uses: jatinchowdhury18/clap-val-action@main
# with:
# plugin_path: "./build/shortcircuit-products/Shortcircuit XT.clap"

- name: Run Tests
if: ${{ matrix.runTests }}
Expand Down

0 comments on commit 6fbbf29

Please sign in to comment.