We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2e372 commit 3f6c52fCopy full SHA for 3f6c52f
README.md
@@ -53,7 +53,7 @@ jobs:
53
with:
54
fetch-depth: 0
55
- name: Enable annotations
56
- uses: wanduow/action-lint-annotations@v1
+ uses: wandnz/action-lint-annotations@v1
57
- name: Lint code base
58
uses: github/super-linter/slim@v4
59
env:
@@ -66,7 +66,7 @@ If you want to select specific problem matchers:
66
67
```yaml
68
69
70
71
problem_matchers: >-
72
pylint-error
@@ -77,7 +77,7 @@ If you want to disable problem matchers
77
78
79
- name: Disable annotations
80
81
82
enable: "false"
83
```
0 commit comments