mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
13 lines
243 B
YAML
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
|