fixing lints

This commit is contained in:
Bret Fisher
2021-12-08 16:47:01 -05:00
parent 5b9bfd168a
commit fc62551e93

View File

@@ -1,12 +1,12 @@
---
# origional template from: https://github.com/bretfisher/super-linter-example/blob/main/.github/workflows/super-linter.yaml
# original template from: https://github.com/bretfisher/super-linter-example/blob/main/.github/workflows/super-linter.yaml
###########################
###########################
## Linter GitHub Actions ##
###########################
###########################
name: Lint all the codes!
name: Lint all the codes
#
# Documentation:
@@ -31,15 +31,15 @@ on:
permissions:
actions: none
checks: none #add custom pass/fail checks to the PR
contents: read #git permissions to repo pull/push
checks: none # add custom pass/fail checks to the PR
contents: read # git permissions to repo pull/push
deployments: none
issues: none #read/write to repo Issues
packages: none #read/write to repo Packages (ghcr, gems, npm)
pull-requests: none #read/write to repo PRs
issues: none # read/write to repo Issues
packages: none # read/write to repo Packages (ghcr, gems, npm)
pull-requests: none # read/write to repo PRs
repository-projects: none
security-events: none #read/write to repo Security tab API
statuses: write #read/write to repo custom statuses and checks
security-events: none # read/write to repo Security tab API
statuses: write # read/write to repo custom statuses and checks
jobs:
@@ -114,4 +114,4 @@ jobs:
# turn off editorconfig-checker, which flags too many false positives
VALIDATE_EDITORCONFIG: false
# prevent Kubernetes CRD API's from causing kubeval to fail
KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas
KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas