Refactor CI workflow by removing Mago setup

Removed Mago setup step and updated command path.

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2026-04-27 18:41:58 +02:00
committed by GitHub
parent eb4971fec6
commit c93a2dc23a

View File

@@ -99,10 +99,6 @@ jobs:
env:
FIREFLY_III_ROOT: /github/workspace
GH_TOKEN: ''
- name: Setup Mago
uses: nhedger/setup-mago@v1
with:
version: latest
- name: Run CI
run: |
cp .env.example .env
@@ -112,7 +108,7 @@ jobs:
# format code.
echo "Will now run Mago Format"
mago format
./vendor/bin/mago format
sudo chown -R runner:docker resources/lang
echo "Will now run PHPCS"
.ci/phpcs.sh
@@ -123,6 +119,8 @@ jobs:
echo "Will now run PHPstan"
.ci/phpstan.sh
rm .env
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Crowdin action
uses: crowdin/github-action@v2
with: