Merge pull request #376 from keradus/patch-1

Update PHP CS Fixer name to proper one
This commit is contained in:
Jessica 2020-05-27 11:13:03 -07:00 committed by GitHub
commit 63743e0e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
#### Linting #### Linting
- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) - [PHP Coding Standards Fixer Action](https://github.com/OskarStark/php-cs-fixer-ga)
- [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action) - [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action)
- [Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint) - [Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint)
- [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js) - [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js)