GHA CI: Refactor pre-commit workflow

* Bumped `typos` Rev.
* Added `AFE` to `default.extend-words`
* fixed typo: `preceeded` -> `preceded`
xavier2k6
2025-06-04 12:51:43 +01:00
parent 582a5f1f4a
commit cff4ec5630
3 changed files with 3 additions and 2 deletions

@@ -9,3 +9,4 @@ mak = "mak"
UPnP = "UPnP"
[default.extend-words]
AFE = "AFE"

@@ -23,7 +23,7 @@ repos:
args: ["--ignore-words-list", ""]
- repo: https://github.com/crate-ci/typos.git
rev: v1.32.0
rev: v1.33.1
hooks:
- id: typos
name: Check spelling (typos)

@@ -1923,7 +1923,7 @@ HTTP Status Code | Scenario
### Notes on boundaries ###
Also, be aware that multipart/form-data boundaries in the POST body are preceeded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
Also, be aware that multipart/form-data boundaries in the POST body are preceded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
For example, if you use a random string and your header has:
```