Documentation for the basic workflow

This commit is contained in:
Konrad Pabjan
2020-02-20 13:59:00 -05:00
parent 5d2c37103a
commit 5ce12321a2
5 changed files with 26 additions and 1 deletions
+4
View File
@@ -1,3 +1,6 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
@@ -5,6 +8,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: