diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index 35a7708..8f18e6a 100644
--- a/.forgejo/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
       - name: Check out repository code
         uses: actions/checkout@v4
       - name: Lint Markdown files
-        uses: actions/markdownlint-cli2-action@v17
+        uses: actions/markdownlint-cli2-action@v19
         with:
           globs: |
             **/*.md
@@ -29,6 +29,6 @@ jobs:
       - name: Lint PHP files
         run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
       - name: PHP CS Fixer
-        run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
+        run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
       - run: echo "🍏 This job's status is ${{ job.status }}."
 
diff --git a/shaargem.php b/shaargem.php
index 6f7ad36..83b2391 100644
--- a/shaargem.php
+++ b/shaargem.php
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * shaargem
  *