Skip to content

docs: fix harmful FAQ password reset, dead link, and removed PHP/MySQL features in Windows guide #24

docs: fix harmful FAQ password reset, dead link, and removed PHP/MySQL features in Windows guide

docs: fix harmful FAQ password reset, dead link, and removed PHP/MySQL features in Windows guide #24

Workflow file for this run

name: Spelling
on:
push:
branches: [develop]
pull_request:
branches: [develop]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Install codespell
run: pip install codespell==2.4.1
- name: Run codespell
run: codespell --config .codespell.cfg