Skip to content

Update docker documentation #8

Update docker documentation

Update docker documentation #8

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
Build:
runs-on: ubuntu-latest
env:
SPHINXOPTS: -W
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build project
uses: ./.github/actions/build
- name: Lint docs
run: make lint