mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
d/jak2: finish task-arrow | carry-h | projectile | gun-[red|yellow|blue]-shot (#1864)
This commit is contained in:
@@ -17,9 +17,14 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
# sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main'
|
||||
# sudo apt install clang-format-15
|
||||
# --clang-format-executable $(which clang-format-15)
|
||||
- name: Get Package Dependencies
|
||||
run: |
|
||||
sudo apt install clang-format clang-tidy
|
||||
sudo apt update
|
||||
sudo apt install clang-format
|
||||
clang-format -version
|
||||
|
||||
- name: Check Clang-Formatting
|
||||
|
||||
Reference in New Issue
Block a user