Skip to content

Update clang-format GitHub Action Workflow #6

Update clang-format GitHub Action Workflow

Update clang-format GitHub Action Workflow #6

name: C Coding Style Check
# Runs on pushes to pull request
on: pull_request
jobs:
# Build job
clang-format-style-check:
name: C Coding Style Check (clang-format check)
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Run formatting check
uses: waterloo-rocketry/actions/clang-format-check@main