From 18f4eb1a9e3ab581f48954a82ada773821517edd Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Wed, 22 Jul 2026 11:48:38 +0530 Subject: [PATCH] docs: add setup-gdscript-formatter GitHub Action to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ad346a..0bcef3b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ You can find binaries for Windows, macOS, and Linux in the [releases tab](https: - **Arch Linux:** Community maintained AUR Package [gdscript-formatter-bin](https://aur.archlinux.org/packages/gdscript-formatter-bin). - **Windows:** Community maintained Scoop package (`scoop install` [`extras/gdscript-formatter`](https://github.com/ScoopInstaller/Extras/blob/master/bucket/gdscript-formatter.json)) +- **GitHub Actions:** Community maintained [setup-gdscript-formatter](https://github.com/Modern-Arts-Research-Stories-Next/setup-gdscript-formatter) action for installing the formatter in GitHub Actions workflows. To recursively format all GDScript files in the current folder, run: