From c26cc46f4d87c927f253e5842bb24f4167f6326b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 8 Jan 2020 13:49:16 +0100 Subject: [PATCH] fix workflow code in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dba6ef..debb914 100644 --- a/README.md +++ b/README.md @@ -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" } ```