Skip to content

Commit

Permalink
🧪 circle ci -> github actions (#40)
Browse files Browse the repository at this point in the history
* circle ci -> github actions

* remove whitespace
  • Loading branch information
danquack authored Mar 22, 2024
1 parent 653cd2d commit fdb7d45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.7
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: test
run: pip install tox && tox

0 comments on commit fdb7d45

Please sign in to comment.