diff --git a/.cspell.yaml b/.cspell.yaml index b142894e..f4e78157 100644 --- a/.cspell.yaml +++ b/.cspell.yaml @@ -11,7 +11,12 @@ dictionaryDefinitions: path: https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt description: Forbidden spellings useGitignore: false -ignorePaths: [dist, node_modules, package-lock.json, plugins] +ignorePaths: + - dist + - node_modules + - package-lock.json + - plugins + - '**/*.svg' words: - aarch - aars @@ -38,11 +43,13 @@ words: - jank - janky - keyrings + - lavamoat - libapp - libflutter - libglu - libstdc - libupdater + - llms - localappdata - logcat - longpaths @@ -52,7 +59,10 @@ words: - mipmap - mozallowfullscreen - nubank + - opengraph - outform + - paweł + - pixelmator - podfile - prefs - pubin @@ -68,6 +78,7 @@ words: - shorebirdtech - softwareupdate - subosito + - tabler - temurin - uiscene - webkitallowfullscreen diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a52b87f5..b8cf9893 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,7 +46,4 @@ jobs: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1 with: config: .cspell.yaml - includes: | - **/*.md - **/*.mdx modified_files_only: false diff --git a/src/components/starlight/Head.astro b/src/components/starlight/Head.astro index 46320021..dd2cc1b1 100644 --- a/src/components/starlight/Head.astro +++ b/src/components/starlight/Head.astro @@ -17,4 +17,5 @@ const ogImageUrl = getImagePath({ url: Astro.url, site: Astro.site }); src="https://plausible.io/js/script.tagged-events.js"> + \ No newline at end of file