Skip to content

Commit

Permalink
fix workflow code in README
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 8, 2020
1 parent 043cbf1 commit c26cc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

```
workflow "Python Linting" {
on # "push"
resolves # ["python-linting"]
on = "push"
resolves = ["python-linting"]
}
action "python-linting" {
uses # "konstruktoid/action-pylint@master"
uses = "konstruktoid/action-pylint@master"
}
```

Expand Down

0 comments on commit c26cc46

Please sign in to comment.