feat: Add announcements endpoints (#91)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br>
This commit is contained in:
oSumAtrIX
2023-10-11 03:32:53 +02:00
committed by GitHub
parent c65b43aff3
commit 8583e2a2bb
21 changed files with 1628 additions and 292 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11.4"
python-version: "3.11.6"
- name: Install project dependencies
run: |