From fcdd37237ab44dfe6307f45fb7f723dacf3a7ea3 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Mon, 20 Jul 2026 20:34:25 +0100 Subject: [PATCH] chore(docs): fix ci.yml pipeline description in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 438006d..5fa7b0f 100644 --- a/README.md +++ b/README.md @@ -257,13 +257,13 @@ git commit -m "chore: update CommonLibSSE-NG submodule" ### CI -| Workflow | Trigger | What it does | -| ------------------ | --------------------------------------------------------------------------- | -------------------------------------------------------------- | -| `ci.yml` | PRs to `main` touching source/cmake/vcpkg | clang-format (ubuntu) → clang-tidy + build (windows, parallel) | -| `release.yml` | Push of a `v*` tag | Builds release DLL and publishes GitHub Release | -| `nexus-upload.yml` | Release publish or manual `workflow_dispatch` | Uploads the packaged ZIP to Nexus Mods | -| `lint.yml` | PRs touching scripts, markdown docs, or markdown lint config/workflow files | shellcheck (scripts) + markdown checks (`dprint` and `vale`) | -| `pr-title.yml` | PR opened/edited/synchronised | Validates PR title follows Conventional Commits | +| Workflow | Trigger | What it does | +| ------------------ | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | +| `ci.yml` | PRs to `main` touching source/cmake/vcpkg | clang-format (ubuntu) → build + test (windows, parallel) → clang-tidy (windows) | +| `release.yml` | Push of a `v*` tag | Builds release DLL and publishes GitHub Release | +| `nexus-upload.yml` | Release publish or manual `workflow_dispatch` | Uploads the packaged ZIP to Nexus Mods | +| `lint.yml` | PRs touching scripts, markdown docs, or markdown lint config/workflow files | shellcheck (scripts) + markdown checks (`dprint` and `vale`) | +| `pr-title.yml` | PR opened/edited/synchronised | Validates PR title follows Conventional Commits | #### Nexus Mods Upload