Skip to content

Commit

Permalink
yamllint for cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed May 28, 2024
1 parent 1f6bd36 commit 5983a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cmake-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
format:
tab_size: 4
max_lines_hwrap: 0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
run: yamllint .github/workflows/ .clang-* -f github
run: yamllint .github/workflows/ .clang-* .cmake-format -f github

clang-tidy:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 5983a96

Please sign in to comment.