Skip to content

chore(ci): update verify workflow to use dcm for analysis #360

chore(ci): update verify workflow to use dcm for analysis

chore(ci): update verify workflow to use dcm for analysis #360

name: links_and_spell_check
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
spell-check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/[email protected]
- name: 🔗 Link checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress './**/*.md' './**/*.html'
format: markdown
jobSummary: true
fail: false
- name: 🪄 Spell check
uses: check-spelling/[email protected]
if: false # TODO? Revert back to ${{ github.repository_owner == 'tsinis' && github.actor == 'tsinis' }} after fix.
with:
config: .github/workflows/config/spell-check
check_file_names: 1
only_check_changed_files: 1
quit_without_error: true
check_extra_dictionaries: ""
extra_dictionaries:
cspell:html/html.txt
cspell:dart/src/dart.txt
cspell:filetypes/filetypes.txt