Skip to content

ci: Fix html files not being built #1134

ci: Fix html files not being built

ci: Fix html files not being built #1134

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
name: Check spelling with codespell
on:
push:
branches: [master, ci-test]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
ignore_words_file: .codespellignore