Skip to content

Update the utilisation guidance to avoid overutilisation #264

Update the utilisation guidance to avoid overutilisation

Update the utilisation guidance to avoid overutilisation #264

name: Check Markdown Format
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
jobs:
markdown-check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
BRANCH_NAME=${{ github.event.repository.default_branch }}
scripts/markdown-check-format.sh