Skip to content

Commit

Permalink
Changed repository name from php-codestyler to codestyler
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Feb 15, 2022
1 parent e07eb75 commit a453778
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.12.3
uses: TheDragonCode/codestyler@v1.12.4
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.10.8
uses: TheDragonCode/codestyler@v1.12.4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.10.0
uses: TheDragonCode/codestyler@v1.12.4
```

#### Fixer
Expand All @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.10.0
uses: TheDragonCode/codestyler@v1.12.4
with:
# This token uses GitHub Actions to execute code.
# Required when `fix` is `true`.
Expand Down Expand Up @@ -138,13 +138,13 @@ codestyle <command>
By default, the linter scans all files in the current launch folder, except for folders such as `vendor`, `node_modules` and `.github`.

```yaml
- uses: TheDragonCode/php-codestyler@v1.10.0
- uses: TheDragonCode/codestyler@v1.12.4
```

By default, the linter only checks the code-style. If you want to apply the changes, then you need to activate this option:

```yaml
- uses: TheDragonCode/php-codestyler@v1.10.0
- uses: TheDragonCode/codestyler@v1.12.4
with:
fix: true
```
Expand All @@ -169,10 +169,10 @@ This package is licensed under the [MIT License](LICENSE).

[badge_license]: https://img.shields.io/badge/license-MIT-green?style=flat-square

[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/php-codestyler?label=stable&style=flat-square
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/codestyler?label=stable&style=flat-square

[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square

[link_license]: LICENSE

[link_repo]: https://github.com/TheDragonCode/php-codestyler
[link_repo]: https://github.com/TheDragonCode/codestyler

0 comments on commit a453778

Please sign in to comment.