Skip to content

Commit 8610937

Browse files
committed
Fix linting
1 parent 97561bb commit 8610937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
uses: ./.github/actions/devcontainer
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
21-
command: >
21+
command: |
22+
cmake -E make_directory build && cmake -B ./build -S .
2223
pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)