ci: replace runners-privilegedescalation with ubuntu-latest #13
Reference in New Issue
Block a user
Delete Branch "pr12"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace runs-on: runners-privilegedescalation with runs-on: ubuntu-latest in CI workflow. Also fix missing Node.js dependency for ubuntu-latest.
Changes
Why
Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label. The ubuntu-latest runner does not have Node.js pre-installed, so a setup-node step is required for the markdownlint action.
Verification
cc @cpfarhood
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.