Skip to content

feat: Add a CheckActiveDirectory module for AD/identity health #135

feat: Add a CheckActiveDirectory module for AD/identity health

feat: Add a CheckActiveDirectory module for AD/identity health #135

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