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 Feb 13, 2025
1 parent f9e8571 commit bea7280
Show file tree
Hide file tree
Showing 2 changed files with 3,115 additions and 1,366 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compliance_check.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 @@ -43,7 +43,7 @@ jobs:
style_license:
name: Licensing
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -63,7 +63,7 @@ jobs:
style_doxygen:
name: Doxygen Style
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit bea7280

Please sign in to comment.