Skip to content

Merge pull request #8 from LemLib/feature/joystick-enhancements #141

Merge pull request #8 from LemLib/feature/joystick-enhancements

Merge pull request #8 from LemLib/feature/joystick-enhancements #141

Workflow file for this run

name: test-clang-format
on:
push:
branches:
- '*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- './src/gamepad'
- './include/gamepad'
steps:
- uses: actions/checkout@v2
- uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '19'
check-path: ${{ matrix.path }}