Files
rgbds/.github/workflows/checkformat.yml
2025-07-08 21:39:11 -04:00

13 lines
243 B
YAML

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