We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0db20 commit e623bcdCopy full SHA for e623bcd
README.md
@@ -6,10 +6,10 @@ Example workflow:
6
```
7
workflow "New workflow" {
8
on = "push"
9
- resolves = ["action"]
+ resolves = ["Find Python 3 syntax errors and undefined names"]
10
}
11
12
-action "action" {
+action "Find Python 3 syntax errors and undefined names" {
13
uses = "cclauss/Find-Python-syntax-errors-action@master"
14
15
0 commit comments