Skip to content

👷🏽 Add clang format workflow, fix bug in pr comment workflow #2

👷🏽 Add clang format workflow, fix bug in pr comment workflow

👷🏽 Add clang format workflow, fix bug in pr comment workflow #2

Workflow file for this run

name: test-clang-format
on:
push:
branches:
- '*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src/gamepad ./include/gamepad'
extensions: 'hpp,cpp'
clangFormatVersion: 17