Skip to content

STAC-22464: document supported architectures (x86_64 and arm64) [MERGE WHEN DONE] #545

STAC-22464: document supported architectures (x86_64 and arm64) [MERGE WHEN DONE]

STAC-22464: document supported architectures (x86_64 and arm64) [MERGE WHEN DONE] #545

# 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: [pull_request]
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