This repository has been archived on 2026-06-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-agent-skills/.github/workflows/ci.yaml
T
privilegedescalation-paperclip[bot] e20cd5d6bd ci: update runner label to runners-privilegedescalation
The ARC runner label was changed org-wide to runners-privilegedescalation.
This repo was still using the old local-ubuntu-latest label.

Co-authored-by: Hugh Hackman <hugh@privilegedescalation.com>
2026-03-20 13:25:07 +00:00

20 lines
329 B
YAML

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: runners-privilegedescalation
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v22
with:
globs: '**/*.md'