From 8e073e1c9e78bafb733e8efcf7b545aa66e901df Mon Sep 17 00:00:00 2001 From: petit-chat Date: Mon, 14 Oct 2024 13:45:19 +0200 Subject: [PATCH] feat: add french support and ci --- .github/workflows/ci.yaml | 43 +++++++++++++++++++++++++++++++++++++++ README.fr.md | 3 +++ README.md | 5 +++-- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/ci.yaml create mode 100644 README.fr.md diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..f8fde81 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,43 @@ +name: Continous Integration + +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 + 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 diff --git a/README.fr.md b/README.fr.md new file mode 100644 index 0000000..5357e95 --- /dev/null +++ b/README.fr.md @@ -0,0 +1,3 @@ +# awesome-dofus-3 + +Liste de resources pour vous aider a maitriser Dofus 3 a.k.a Dofus Unity. diff --git a/README.md b/README.md index d50b966..b16698a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# awesome-dofus -Curated list of resources to help you master Dofus +# awesome-dofus-3 + +Curated list of resources to help you master Dofus 3 a.k.a Dofus Unity.