This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
lokiunimore.telegram
: Create bot skeleton and allow user creation
#54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test suite" | |
on: | |
# Modification of a project file in the main branch | |
push: | |
branches: | |
- main | |
paths: | |
- "lokiunimore/**" | |
- "pyproject.toml" | |
- "poetry.lock" | |
# Pull request to the main branch modifying a project file | |
pull_request: | |
branches: | |
- main | |
paths: | |
- "lokiunimore/**" | |
- "pyproject.toml" | |
- "poetry.lock" | |
# Triggered by a new release | |
workflow_call: | |
jobs: | |
test: | |
uses: Steffo99/.github/.github/workflows/test-poetry-compileall.yml@main |