Skip to content

Commit

Permalink
Deleted non relevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
federicociro committed May 11, 2024
1 parent 51fdcdf commit 9817514
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 72 deletions.
9 changes: 0 additions & 9 deletions .github/environment.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run script
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
SERVER_IP: ${{ secrets.SERVER_IP }}
SERVER_PORT: ${{ secrets.SERVER_PORT }}
run: python script.py
23 changes: 0 additions & 23 deletions .github/workflows/pylint.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/python-package-conda.yml

This file was deleted.

1 change: 1 addition & 0 deletions grouphug.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import bitcoin
import asyncio
import socket
import os

async def start(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
await update.message.reply_text('Send me a Bitcoin transaction in raw format.')
Expand Down

0 comments on commit 9817514

Please sign in to comment.