Skip to content

tomeroberts Pull request checklist #3

tomeroberts Pull request checklist

tomeroberts Pull request checklist #3

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@v4
- name: Run clang-format style check for C/C++.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path:
- 'src'

Check failure on line 15 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / pull-request-checks

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 15, Col: 13): A sequence was not expected
- 'include'