From 541d3775c359e2a656dd62cbe2a766846568e30b Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 4 Oct 2021 17:29:23 -0700 Subject: [PATCH] ci: gha lint Signed-off-by: Andrea Luzzardi --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76f8a662120..55ded4c6cfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: lint: @@ -127,7 +127,7 @@ jobs: --health-start-period 5s --health-timeout 5s --health-interval 5s - --health-retries 10 + --health-retries 10 steps: - name: Check out @@ -215,7 +215,7 @@ jobs: --health-start-period 5s --health-timeout 5s --health-interval 5s - --health-retries 10 + --health-retries 10 steps: - name: Check out