We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ad9ed + 25bc8a4 commit 2d17061Copy full SHA for 2d17061
.github/workflows/pre-commit.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: 🔧 Configure
22
run: cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_NUMBER_JOBS=2 -DCMAKE_NUMBER_JOBS_TESTS=1
23
24
- - uses: pre-commit/action@v3.0.0
+ - uses: pre-commit/action@v3.0.1
25
26
- uses: pre-commit-ci/lite-action@v1.0.1
27
if: always()
0 commit comments