Skip to content

feature: Enroll with a fleet server from the installer #131

feature: Enroll with a fleet server from the installer

feature: Enroll with a fleet server from the installer #131

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