mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
clang-format 18 (#113)
This commit is contained in:
@@ -5,17 +5,15 @@ on: [push]
|
||||
jobs:
|
||||
clang-format:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04 # latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: clang-format lint
|
||||
uses: DoozyX/[email protected]
|
||||
with:
|
||||
# List of extensions to check
|
||||
extensions: c
|
||||
run: |
|
||||
./format-check.py
|
||||
|
||||
check-submodules:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user