We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f0660 commit d23f4acCopy full SHA for d23f4ac
.github/workflows/style.yml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-22.04
8
steps:
9
- uses: actions/checkout@v4
10
- - run: ./autoformat.bash check
+ - run: ./clang-format.bash check
autoformat.bash renamed to clang-format.bash
0 commit comments