From 77c888f0817958516ce4fa416c709c4eebb097c1 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Tue, 5 May 2026 12:25:57 +0200 Subject: [PATCH] Add options to Black for checking code style --- .github/workflows/master_cleaner.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master_cleaner.yml b/.github/workflows/master_cleaner.yml index e57837d..aaaa8cf 100644 --- a/.github/workflows/master_cleaner.yml +++ b/.github/workflows/master_cleaner.yml @@ -15,6 +15,7 @@ jobs: - uses: psf/black@stable with: src: "./ezyrb" + options: "--check" - name: Create Pull Request uses: peter-evans/create-pull-request@v3 @@ -26,4 +27,4 @@ jobs: There appear to be some python formatting errors in ${{ github.sha }}. This pull request uses the [psf/black](https://github.com/psf/black) formatter to fix these issues. base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch - branch: actions/black \ No newline at end of file + branch: actions/black