Skip to content

Commit

Permalink
Merge pull request #33 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Andrey Helldar authored Feb 10, 2022
2 parents 86ee2af + a7cb920 commit 204f3c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,16 @@ jobs:
- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.6.0
with:
# Activates the mode of accepting changes with the creation of commits.
fix: true
# Activates the actualization of the `.editorconfig` file.
# Works only when the `fix` option is enabled.
editorconfig: true

# Activates Dependabot file processing.
# Works only when the `fix` option is enabled.
dependabot: true
```
## Configuration
Expand Down

0 comments on commit 204f3c4

Please sign in to comment.