update dev checker tools

This commit is contained in:
Tim
2021-11-11 22:02:36 +10:30
parent 0c59ddc7e0
commit e979a4b5cd
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
name: Tox PR CI
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs:
build:
@@ -14,8 +14,8 @@ jobs:
platform:
- ubuntu-latest
python-version:
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}