Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
pull_request:

jobs:
formatting:

Check warning on line 10 in .github/workflows/style.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

style.yaml:10: overly broad permissions: default permissions used due to no permissions: block
name: formatting
runs-on: ubuntu-22.04
steps:
- name: install cmake-format
run: pip install cmakelang==0.6.13
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Check failure on line 16 in .github/workflows/style.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 16 in .github/workflows/style.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

style.yaml:16: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: clang-format
run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format -i
- name: cmake-format
Expand Down
Loading