Skip to content

Add a parse_gitignore_string so you don't need a real .gitignore file. #113

Add a parse_gitignore_string so you don't need a real .gitignore file.

Add a parse_gitignore_string so you don't need a real .gitignore file. #113

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.13', '3.12', '3.11', '3.10', '3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: |
python -m unittest