Skip to content

Commit

Permalink
ci: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Feb 5, 2024
1 parent 64ba5fd commit 78fdb3c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 34 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/master.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/pull.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: tests

on:
push:
branches:
- '*'

jobs:
run-tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.10
3.9
3.8
- run: pip3 install tox
- run: tox

0 comments on commit 78fdb3c

Please sign in to comment.