Browse Source

linting

pull/8/head
Daniel Gibbs 2 years ago
parent
commit
282f4efb8f
  1. 4
      .github/workflows/codacy-analysis.yml
  2. 2
      .github/workflows/docker-publish.yml
  3. 4
      .github/workflows/snyk-container.yml
  4. 4
      .github/workflows/super-linter.yml

4
.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"

2
.github/workflows/docker-publish.yml

@ -2,7 +2,7 @@ name: Docker Publish
on:
push:
branches: ["main","master"]
branches: ["main", "master"]
schedule:
- cron: "0 0 * * *"

4
.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"

4
.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

Loading…
Cancel
Save