Skip to content

Merge pull request #13 from IsmaelMousa/dependabot/pip/python-semanti… #15

Merge pull request #13 from IsmaelMousa/dependabot/pip/python-semanti…

Merge pull request #13 from IsmaelMousa/dependabot/pip/python-semanti… #15

Workflow file for this run

name: Automation Documentation
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "^3.10"
- name: Check Documentation
run: |
make docs