From 282f4efb8fd716a2b94754b49097e541e1ecd3d2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 19 Oct 2022 23:27:41 +0100 Subject: [PATCH] linting --- .github/workflows/codacy-analysis.yml | 4 ++-- .github/workflows/docker-publish.yml | 2 +- .github/workflows/snyk-container.yml | 4 ++-- .github/workflows/super-linter.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 473255e..dbd443b 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -15,10 +15,10 @@ name: Codacy Security Scan on: push: - branches: ["main","master"] + branches: ["main", "master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "28 22 * * 4" diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 250695b..6b734bf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -2,7 +2,7 @@ name: Docker Publish on: push: - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "0 0 * * *" diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index 03130c3..fa428d5 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -15,10 +15,10 @@ name: Snyk Container on: push: - branches: ["main","master"] + branches: ["main", "master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "45 1 * * 4" diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 4fb36f7..b1e3d41 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -8,9 +8,9 @@ name: Lint Code Base on: push: - branches: ["main","master"] + branches: ["main", "master"] pull_request: - branches: ["main","master"] + branches: ["main", "master"] jobs: run-lint: runs-on: ubuntu-latest