Skip to content

Commit

Permalink
build: create main.workflow (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and refack committed Feb 9, 2019
1 parent c40235d commit e29c2d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
workflow "New workflow" {
on = "push"
resolves = ["Find Python 3 syntax errors and undefined names"]
}

action "Find Python 3 syntax errors and undefined names" {
uses = "cclauss/Find-Python-syntax-errors-action@master"
}

0 comments on commit e29c2d2

Please sign in to comment.