Skip to content

tomeroberts Pull request checklist #2

tomeroberts Pull request checklist

tomeroberts Pull request checklist #2

Workflow file for this run

name: pull-request-checks
run-name: ${{ github.actor }} Pull request checklist
on: [push]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run clang-format style check for C/C++.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'src'