-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide actions for link checker and spellchecker
- Loading branch information
Showing
11 changed files
with
322 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
**Summary** : | ||
<!-- | ||
Provide a summary of what this pull request achieves | ||
Please provide enough information so that others can review your pull request | ||
--> | ||
|
||
**Description for the changelog** : | ||
<!-- | ||
A short (one line) summary that describes the changes in this pull request | ||
for inclusion in the change log | ||
--> | ||
|
||
**Other info** : | ||
<!-- | ||
Add here any other information that may be of help to the reviewer | ||
If this closes an existing issue then add "closes #xxxx", where xxxx is the issue number | ||
Thanks for submitting a pull request! | ||
Please make sure you follow our code_of_conduct.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Housekeeping | ||
on: | ||
# Run daily at 7:00 | ||
schedule: | ||
- cron: '0 7 * * *' | ||
workflow_dispatch: | ||
|
||
# for security reasons the github actions are pinned to specific release versions | ||
jobs: | ||
chores: | ||
name: Tidy workflows | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
actions: write | ||
|
||
steps: | ||
- name: Delete stale workflow runs | ||
uses: Mattraks/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
repository: ${{ github.repository }} | ||
retain_days: 28 | ||
keep_minimum_runs: 25 | ||
|
||
- name: Delete unused workflows | ||
uses: otto-de/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
|
||
link_checker: | ||
name: Link checker | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Checkout markdown | ||
uses: actions/[email protected] | ||
|
||
- name: Link Checker | ||
uses: lycheeverse/[email protected] | ||
with: | ||
args: --verbose --no-progress --max-retries 5 '**/*.md' '*.md' | ||
fail: true | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Pull request pipeline | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
|
||
# for security reasons the github actions are pinned to specific release versions | ||
jobs: | ||
link_checker: | ||
name: Link checker | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Checkout markdown | ||
uses: actions/[email protected] | ||
|
||
- name: Link Checker | ||
uses: lycheeverse/[email protected] | ||
with: | ||
args: --verbose --no-progress --max-retries 5 '**/*.md' '*.md' | ||
fail: true | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
spell_checker: | ||
name: Check spelling | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Checkout markdown | ||
uses: actions/[email protected] | ||
|
||
- name: spell_checker | ||
uses: rojopolis/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.DS_Store | ||
.project | ||
|
||
tin_whistle_tablature_v4.qml | ||
wordlist.dic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# ignore these false positives from the link checker housekeeper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
no-trailing-punctuation: false | ||
no-inline-html: false | ||
first-line-heading: false | ||
link-fragments: false | ||
|
||
# MD013 - Line length | ||
MD013: | ||
code_block_line_length: 120 | ||
code_blocks: true | ||
heading_line_length: 80 | ||
headings: true | ||
line_length: 128 | ||
stern: true | ||
strict: false | ||
tables: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
matrix: | ||
- name: Markdown | ||
aspell: | ||
lang: en | ||
dictionary: | ||
wordlists: | ||
- .wordlist.txt | ||
output: wordlist.dic | ||
encoding: utf-8 | ||
pipeline: | ||
- pyspelling.filters.markdown: | ||
- pyspelling.filters.html: | ||
comments: false | ||
ignores: | ||
- code | ||
- pre | ||
sources: | ||
- '**/*.md' | ||
default_encoding: utf-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MuseScore | ||
musescore | ||
Github | ||
github | ||
repo | ||
Blayne | ||
Chastain | ||
Chastain's | ||
blaynechastain | ||
www | ||
Tablature | ||
tablature | ||
Tunings | ||
tunings | ||
Flageolet | ||
Dm | ||
QML | ||
socio | ||
OWASP | ||
onwards | ||
sexualized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.