Commit 88ce4a90 authored by Yuxin Wu's avatar Yuxin Wu Committed by GitHub

Add a workflow

parent 59829770
workflow "python syntax checker" {
resolves = ["Python Syntax Checker"]
on = "push"
}
action "Python Syntax Checker" {
uses = "cclauss/Find-Python-syntax-errors-action@master"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment