Skip to content

Commit

Permalink
CI: check code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Oct 26, 2024
1 parent cbc15ea commit 680dc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
buildtools/dol2gci.cpp
packer/*
source/fatfs/*

subprojects/*
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential python3-pip p7zip-full
sudo apt-get install -y --no-install-recommends build-essential python3-pip p7zip-full clang-format-16
pip3 install meson
- name: Checkout gekkoboot
Expand All @@ -28,6 +28,7 @@ jobs:
export PATH="$DEVKITPPC/bin:$PATH"
meson setup . build --cross-file=devkitPPC.ini -Dfull_rom='enabled'
meson compile -C build
ninja -C build clang-format-check
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 680dc7e

Please sign in to comment.