Skip to content

ci+fix: Validate RedHat/Rocky builds, and fix the CA bundle they exposed #141

ci+fix: Validate RedHat/Rocky builds, and fix the CA bundle they exposed

ci+fix: Validate RedHat/Rocky builds, and fix the CA bundle they exposed #141

Workflow file for this run

name: Codespell
on: [pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1
builtin: clear
skip: "*.vbs,rust"
ignore_words_list: "afterall" # Important note: ignored words must be lowercase