Skip to content

support not regexp filter (#24) #54

support not regexp filter (#24)

support not regexp filter (#24) #54

Workflow file for this run

name: unittest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: run unittest
run: |
python -m unittest discover tests