Perform GDScript format checks using pre-commit

This commit is contained in:
Leroy Hopson 2024-02-13 11:27:07 +13:00
parent dfc0969133
commit 9b6bb0a9e9
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 8 additions and 10 deletions

View file

@ -302,15 +302,9 @@ jobs:
exit 1
fi
check-code-format:
name: "Check Code Format"
check-pre-commit:
name: "Check Pre-Commit"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: GDFormat Check
run: |
python -m pip install -r requirements.txt
gdformat -c .
- uses: pre-commit/action@v3.0.1