Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this reference? Is it a new file you forgot to git add?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It references https://github.com/cclauss/Find-Python-syntax-errors-action but I think that you need to be in the GitHub Actions beta program for this to work. It works great on my repos but unfortunately I don't think it will work on yours until GitHub Actions graduates from beta state.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, in that case is there another approach we should try? Or should we close this PR and reopen when it’s GA?

}