Compare commits

..

No commits in common. "4e9e48e8c3268ce76376a90b3401a0e4363dc91b" and "80fd04c056b465f475ebd1aa6e6c5de8ee4de934" have entirely different histories.

2 changed files with 2 additions and 3 deletions
.forgejo/workflows
shaargem.php

View file

@ -13,7 +13,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Lint Markdown files
uses: actions/markdownlint-cli2-action@v19
uses: actions/markdownlint-cli2-action@v17
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: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
- run: echo "🍏 This job's status is ${{ job.status }}."

View file

@ -1,5 +1,4 @@
<?php
/**
* shaargem
*