-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
petit-chat
committed
Oct 14, 2024
1 parent
cbfb0d7
commit 8e073e1
Showing
3 changed files
with
49 additions
and
2 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,43 @@ | ||
name: Continous Integration | ||
Check failure on line 1 in .github/workflows/ci.yaml GitHub Actions / Check Spelling
Check failure on line 1 in .github/workflows/ci.yaml GitHub Actions / Check Spelling
|
||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
broken-links: | ||
name: Check for Broken Links | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check the links | ||
uses: lycheeverse/lychee-action@v1 | ||
Check failure on line 20 in .github/workflows/ci.yaml GitHub Actions / Check Spelling
|
||
with: | ||
fail: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
check-spelling: | ||
name: Check Spelling | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check Spelling | ||
uses: check-spelling/check-spelling@main | ||
with: | ||
checkout: false | ||
check_file_names: 1 | ||
spell_check_this: check-spelling/spell-check-this@prerelease | ||
post_comment: 0 | ||
report-timing: 1 | ||
warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check | ||
extra_dictionary_limit: 1 | ||
extra_dictionaries: | ||
cspell:fr_FR/src/hunspell-french-dictionaries-v7.0/fr-toutesvariantes.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,3 @@ | ||
# awesome-dofus-3 | ||
|
||
Liste de resources pour vous aider a maitriser Dofus 3 a.k.a Dofus Unity. |
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,2 +1,3 @@ | ||
# awesome-dofus | ||
Curated list of resources to help you master Dofus | ||
# awesome-dofus-3 | ||
Check failure on line 1 in README.md GitHub Actions / Check Spelling
|
||
|
||
Curated list of resources to help you master Dofus 3 a.k.a Dofus Unity. | ||
Check failure on line 3 in README.md GitHub Actions / Check Spelling
|