Skip to content

πŸ“ docs(readme): add telegram community badge #76

πŸ“ docs(readme): add telegram community badge

πŸ“ docs(readme): add telegram community badge #76

Workflow file for this run

name: Run Tests πŸ§ͺ
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Run Python Tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup uv
uses: yezz123/[email protected]
with:
uv-venv: ".venv"
- name: Run tests
run: |
uv run yadt --help
uv run yadt --bing --files examples/ci/test.pdf