1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00

Merge pull request #4 from abrardev99/improve-ci

Removed unused variable PHP_CS_FIXER_IGNORE_ENV from CI
This commit is contained in:
Samuel Štancl 2022-07-20 16:04:44 +02:00 committed by GitHub
commit d9893f667a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ name: CI
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
PHP_CS_FIXER_IGNORE_ENV: 1
MYSQL_PORT: 3307
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}