Skip to content

lunching telegram actions #8

lunching telegram actions

lunching telegram actions #8

name: first workflow automation
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checking out the repository
uses: actions/checkout@v3
- name: setting python environment
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Installing dependencies
run: |
python3 -m pip install -r .github/workflows/requirements.txt
- name : running script
run: |
python3 .github/workflows/source/index.py