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.
1 parent 97561bb commit 8610937Copy full SHA for 8610937
.github/workflows/lint.yml
@@ -18,5 +18,6 @@ jobs:
18
uses: ./.github/actions/devcontainer
19
with:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
- command: >
+ command: |
22
+ cmake -E make_directory build && cmake -B ./build -S .
23
pre-commit run --all-files --show-diff-on-failure
0 commit comments