1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-19 21:35:53 +02:00

ci: check all possible Makefile paths

This commit is contained in:
Théo LUDWIG 2023-06-25 21:37:56 +02:00
parent c5a7bbf7c1
commit c168a7179d
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -21,6 +21,8 @@ jobs:
- run: 'make run' - run: 'make run'
- run: 'make test' - run: 'make test'
- run: 'make lint' - run: 'make lint'
- run: 'make documentation'
- run: 'make set_version'
- run: 'make clean' - run: 'make clean'
lint-commit: lint-commit: