diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 886ee72..8bec9a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: - run: 'make run' - run: 'make test' - run: 'make lint' + - run: 'make documentation' + - run: 'make set_version' - run: 'make clean' lint-commit: