Skip to content

Commit 52d3b57

Browse files
Update readme
1 parent 72d7be9 commit 52d3b57

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ jobs:
5353
VALIDATE_TYPESCRIPT_STANDARD: false
5454
VALIDATE_NATURAL_LANGUAGE: false
5555
VALIDATE_ENV: false
56+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
57+
VALIDATE_BIOME_LINT: false
58+
VALIDATE_BIOME_FORMAT: false
59+

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ appears a minimum number of times with options for case sensitivity.
1515
steps:
1616
- name: Check for required phrase in file
1717
id: keyphrase-check
18-
uses: skills/action-keyphrase-checker@v1
18+
uses: skills/action-keyphrase-checker@v2
1919
with:
2020
text-file: 'path/to/file.md'
2121
keyphrase: 'GitHub'
@@ -29,10 +29,10 @@ steps:
2929
steps:
3030
- name: Check direct text content
3131
id: keyphrase-check
32-
uses: skills/action-keyphrase-checker@v1
32+
uses: skills/action-keyphrase-checker@v2
3333
with:
3434
text: |
35-
Some text mentioning GitHub Actions and more GitHub Actions conten
35+
Some text mentioning GitHub Actions and more GitHub Actions content.
3636
keyphrase: 'GitHub Actions'
3737
case-sensitive: true
3838
minimum-occurrences: 2
@@ -44,7 +44,7 @@ steps:
4444
steps:
4545
- name: Check keyphrase doesn't appear too often
4646
id: keyphrase-check
47-
uses: skills/action-keyphrase-checker@v1
47+
uses: skills/action-keyphrase-checker@v2
4848
with:
4949
text-file: 'docs/content.md'
5050
keyphrase: 'amazing'
@@ -57,7 +57,7 @@ steps:
5757
steps:
5858
- name: Check keyphrase appears in acceptable range
5959
id: keyphrase-check
60-
uses: skills/action-keyphrase-checker@v1
60+
uses: skills/action-keyphrase-checker@v2
6161
with:
6262
text-file: 'docs/content.md'
6363
keyphrase: 'GitHub'
@@ -71,7 +71,7 @@ steps:
7171
steps:
7272
- name: Check for exact number of occurrences
7373
id: keyphrase-check
74-
uses: skills/action-keyphrase-checker@v1
74+
uses: skills/action-keyphrase-checker@v2
7575
with:
7676
text-file: 'docs/content.md'
7777
keyphrase: 'TODO'

0 commit comments

Comments
 (0)