From b8ca92f23c4157d042d9c176b8d7bcb075db8255 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 25 Apr 2019 09:34:24 +0200 Subject: [PATCH] [skip ci] remove workflow --- .github/main.workflow | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 83bdce6..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,17 +0,0 @@ -workflow "Checks" { - on = "push" - resolves = [ - "Shell-Scripts", - "JQ", - ] -} - -action "Shell-Scripts" { - uses = "actions/bin/shellcheck@master" - args = "**/*.sh" -} - -action "JQ" { - uses = "home-assistant/actions/jq@master" - args = "**/*.json" -}