Compare commits
3 commits
80fd04c056
...
4e9e48e8c3
Author | SHA1 | Date | |
---|---|---|---|
4e9e48e8c3 | |||
3477a9bceb | |||
929a149c30 |
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Lint Markdown files
|
- name: Lint Markdown files
|
||||||
uses: actions/markdownlint-cli2-action@v17
|
uses: actions/markdownlint-cli2-action@v19
|
||||||
with:
|
with:
|
||||||
globs: |
|
globs: |
|
||||||
**/*.md
|
**/*.md
|
||||||
|
@ -29,6 +29,6 @@ jobs:
|
||||||
- name: Lint PHP files
|
- name: Lint PHP files
|
||||||
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
|
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
|
||||||
- name: PHP CS Fixer
|
- 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 }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* shaargem
|
* shaargem
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue