Skip to content

chore: trim S3 fingerprint comments (#164) #16

chore: trim S3 fingerprint comments (#164)

chore: trim S3 fingerprint comments (#164) #16

Workflow file for this run

name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r requirements.txt
- run: pytest tests/ -v