Skip to content

Update docker/build-push-action action to v6 #21

Update docker/build-push-action action to v6

Update docker/build-push-action action to v6 #21

Workflow file for this run

name: Markdown lint
on:
workflow_call:
push:
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Checkout default configs
uses: actions/checkout@v4
with:
repository: clubcedille/cedille-workflows
path: cedille-workflows
ref: master
sparse-checkout: |
.markdownlint.json
.mlc_config.json
sparse-checkout-cone-mode: false
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ${{ github.workspace }}/cedille-workflows/.mlc_config.json
- name: Run markdown lint
uses: DavidAnson/markdownlint-cli2-action@v14
if: always()
with:
globs: '**/*.md'
config: ${{ github.workspace }}/cedille-workflows/.markdownlint.json