Skip to content

Commit

Permalink
ci: Update uncrustify configuration to 0.78
Browse files Browse the repository at this point in the history
Also park GHA image to specific ubuntu version (24.04).
  • Loading branch information
sjanc committed Jan 15, 2025
1 parent 54f9d69 commit 817d0fb
Show file tree
Hide file tree
Showing 2 changed files with 3,116 additions and 1,366 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on: [pull_request]
jobs:
style_check:
name: Coding style
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -35,11 +35,12 @@ jobs:
sudo apt-get install -y uncrustify
- name: check style
run: |
uncrustify --version
.github/check_style.py
license_check:
name: Licensing
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -55,7 +56,7 @@ jobs:
doxygen_check:
name: Doxygen Check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit 817d0fb

Please sign in to comment.