This commit is contained in:
Nick Gerleman
2022-10-14 07:46:58 -07:00
parent 1e0971e986
commit 201dc80cf1
3 changed files with 6 additions and 5 deletions

View File

@@ -12,5 +12,6 @@ runs:
run: sudo apt install clang-format-12 # This should be roughly in sync with Arcanist
- name: clang-format
working-directory: ${{ inputs.directory }}
shell: bash
run: clang-format-12 ${{ inputs.directory }}
run: clang-format-12 .