ci: replace runners-privilegedescalation with ubuntu-latest #13

Open
Gandalf the Greybeard wants to merge 2 commits from pr12 into main

2 Commits

Author SHA1 Message Date
Chris Farhood 4cffd9d310 fix(ci): add Node.js setup step for markdownlint action
CI / lint (pull_request) Failing after 29s
The ubuntu-latest runner does not have Node.js pre-installed, causing
the markdownlint-cli2-action to fail with 'Cannot find: node in PATH'.
Add explicit setup-node step before running the lint action.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 16:12:05 +00:00
Chris Farhood c085b899a4 ci: replace runners-privilegedescalation with ubuntu-latest
CI / lint (pull_request) Failing after 3s
Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-20 14:35:52 +00:00