Send it.
This commit is contained in:
parent
b867f5a697
commit
3d075a6669
2 changed files with 5 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -9,6 +9,9 @@ concurrency:
|
|||
group: tests-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
ACTION_TOKEN: ${{ github.token }}
|
||||
|
||||
jobs:
|
||||
phpcsfixer:
|
||||
name: PHP-CS-Fixer
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,4 +6,5 @@
|
|||
/.php-cs-fixer.cache
|
||||
/.coverage
|
||||
/phpunit.xml
|
||||
/.github/cache
|
||||
/.github/cache
|
||||
/.github/act.secrets
|
||||
Loading…
Reference in a new issue