Skip to content

Commit

Permalink
General: Added .github autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Dec 2, 2024
1 parent ce2ab2f commit ebb8520
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Tox Tests

on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Somerandomguy10111/actions/toxtests@main
with:
python-version: '3.11'

0 comments on commit ebb8520

Please sign in to comment.