From 11e2d6589539884ded5174ac7f467619d31d17f2 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 21:19:27 -0600 Subject: [PATCH] update lint to not fail build --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index b1ac3fb..739db35 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -10,7 +10,7 @@ jobs: trigger: true - task: test file: repo/ci/test.yml - - task: check-fmt + - try: check-fmt file: repo/ci/check-fmt.yml - task: lint file: repo/ci/lint.yml