Skip to content

feat: enhance profile command with rich embeds, 30-day contribution m… #122

feat: enhance profile command with rich embeds, 30-day contribution m…

feat: enhance profile command with rich embeds, 30-day contribution m… #122

Workflow file for this run

name: Python Tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev]
- name: Run tests
run: pytest