Skip to content

Commit

Permalink
Add dummy workflow. (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp authored Jun 29, 2020
1 parent 9642745 commit ca740aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Ubuntu

on: [push]

jobs:
build:

runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6]

steps:
- uses: actions/checkout@v2

0 comments on commit ca740aa

Please sign in to comment.