Skip to content

STAC-22537: add rancher version 2.11 as supported by extension 2.x.x #493

STAC-22537: add rancher version 2.11 as supported by extension 2.x.x

STAC-22537: add rancher version 2.11 as supported by extension 2.x.x #493

Workflow file for this run

# Checks committed text based on the Microsoft styleguide and StackState vocab list
# only files changed in the PR will be checked
# comments on changes are added as a review on the PR by the github-actionsbot
name: brokenlink-checker
on: [push]
jobs:
broken-link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run brokenlink checker
run: python .github/scripts/brokenlinks.py
shell: sh