Skip to content

Commit 3f6c52f

Browse files
committed
Update name.
1 parent 5b2e372 commit 3f6c52f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: Enable annotations
56-
uses: wanduow/action-lint-annotations@v1
56+
uses: wandnz/action-lint-annotations@v1
5757
- name: Lint code base
5858
uses: github/super-linter/slim@v4
5959
env:
@@ -66,7 +66,7 @@ If you want to select specific problem matchers:
6666
6767
```yaml
6868
- name: Enable annotations
69-
uses: wanduow/action-lint-annotations@v1
69+
uses: wandnz/action-lint-annotations@v1
7070
with:
7171
problem_matchers: >-
7272
pylint-error
@@ -77,7 +77,7 @@ If you want to disable problem matchers
7777
7878
```yaml
7979
- name: Disable annotations
80-
uses: wanduow/action-lint-annotations@v1
80+
uses: wandnz/action-lint-annotations@v1
8181
with:
8282
enable: "false"
8383
```

0 commit comments

Comments
 (0)