Skip to content

github: add support for github actions #1

github: add support for github actions

github: add support for github actions #1

Workflow file for this run

---
name: checks_build
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check-format:
runs-on: ubuntu-latest
permissions:
contents: read # to fetch code (actions/checkout)
steps:
- uses: actions/checkout@v4
- name: Build
uses: Tiryoh/actions-mkdocs@v0
with:
configfile: fmt/mkdocs/mkdocs.yml