Skip to content

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4 #13

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4 #13

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
jobs:
test-package:
name: Test casefy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set-up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run tests
run: python tests/test_casefy.py