Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down