Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit d69478c

Browse files
committed
docs changes
1 parent 0fc7c3a commit d69478c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PHP CodeSniffer GitHub Action
22

3-
This action will help you to run phpcs (PHP_CodeSniffer) with [GitHub Actions](https://github.com/features/actions) platform. It also supports [annotations](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#checks) out of the box — you don't need to use any tokens to make it work.
3+
This action will help you to run phpcs (PHP_CodeSniffer) with [GitHub Actions](https://github.com/features/actions) platform. It also supports [annotations](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#checks) out of the box — you don't need to use any tokens to make it work.
44

5-
<img src="https://leonardo.osnova.io/491e4ce9-72d9-9417-29f7-9934ce7ec8ad/" title="How Annotations Works" width="560" height="432" />
5+
<img src="https://leonardo.osnova.io/491e4ce9-72d9-9417-29f7-9934ce7ec8ad/" alt="How Annotations Works" title="How Annotations Works" width="560" height="432" />
66

77
## Usage
88

@@ -20,15 +20,15 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: PHPCS check
23-
uses: chekalsky/phpcs-action:v1
23+
uses: chekalsky/phpcs-action@v1
2424
```
2525
2626
Eventually you could also check for warnings.
2727
2828
```yaml
2929
...
3030
- name: PHPCS check
31-
uses: chekalsky/phpcs-action:v1
31+
uses: chekalsky/phpcs-action@v1
3232
with:
3333
enable_warnings: true
3434
```

0 commit comments

Comments
 (0)