This is an additional implementation compared to the telebot module. This module is designed for quick initialization, authorization and rendering of various buttons/widgets for telegram bots.
name: Test, Build and create relese
on:
push:
branches:
- '*'
- '*/*'
- '**'
env:
PROJECT_DESCRIPTION: "This project is a telegram bot that allows you to create backups of content from your Instagram profile to Dropbox or Mega clouds, as well as in the local file system."
jobs:
pylint:
uses: obervinov/_templates/.github/workflows/test.pylint.yml@v1.0.4
verify-changelog:
uses: obervinov/_templates/.github/workflows/verify.changelog.yml@v1.0.4
pytest:
uses: obervinov/_templates/.github/workflows/test.pytest-with-vault.yml@v1.0.4
build-release:
uses: obervinov/_templates/.github/workflows/build.docker.yml@release/v1.0.5
needs: [pylint, verify-changelog, pytest]
for example