1 Commits

Author SHA1 Message Date
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
-5
View File
@@ -13,11 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v22
with: