Skip to content

Add contrib/checkformat.bash to check for clang-formatting #1

Add contrib/checkformat.bash to check for clang-formatting

Add contrib/checkformat.bash to check for clang-formatting #1

Workflow file for this run

name: Code format checking
on: pull_request
jobs:
checkformat:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Check format
working-directory: rgbds
run: |
./contrib/checkformat.bash