Skip to content

Add X and Truth Social source adapters #8

Add X and Truth Social source adapters

Add X and Truth Social source adapters #8

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install package
run: python -m pip install -e ".[test]"
- name: Run tests
run: python -m pytest -q