Skip to content

Fix automatic image tag selection by version #1

Fix automatic image tag selection by version

Fix automatic image tag selection by version #1

name: CI - PR Markdown Validation Check
on:
pull_request:
branches:
- main
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v7.0.0
- name: Sanity check repo contents
run: ls -la
- name: Run markdown link checker
uses: ./.github/actions/markdown-link-checker
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
args: "--quiet --retry"