Skip to content

Change copyright from my old company (closed) to my own name (#163) #312

Change copyright from my old company (closed) to my own name (#163)

Change copyright from my old company (closed) to my own name (#163) #312

Workflow file for this run

name: documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
documentation:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pipx install poetry
- run: scripts/documentation
- run: git diff --exit-code docs