Skip to content

Customise html layout #38

Customise html layout

Customise html layout #38

Workflow file for this run

---
name: Test Documentation
# Triggers the workflow on push or pull request events
on:
workflow_dispatch:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
documentation:
runs-on: ubuntu-latest
name: Test documentation
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: lint markdown files
uses: nosborn/[email protected]
with:
files: .
- name: lint yaml files
uses: ibiqlik/action-yamllint@v2