Files
rgbds/.github/workflows/checkformat.yml
T
2026-04-13 19:31:01 +02:00

19 lines
397 B
YAML

name: Code format checking
on: pull_request
env:
# Force colored output (see https://bixense.com/clicolors/ and https://force-color.org/)
TERM: xterm-256color
CLICOLOR: 1
CLICOLOR_FORCE: 1
jobs:
checkformat:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Check format
run: |
contrib/checkformat.bash