Skip to content

Commit

Permalink
Test GH Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 7, 2020
1 parent 78e6fe8 commit e3b27f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7

0 comments on commit e3b27f2

Please sign in to comment.