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 ## ## Linter GitHub Actions ##
########################### ###########################
########################### ###########################
name: Lint all the codes! name: Lint all the codes
# #
# Documentation: # Documentation:
@@ -31,15 +31,15 @@ on:
permissions: permissions:
actions: none actions: none
checks: none #add custom pass/fail checks to the PR checks: none # add custom pass/fail checks to the PR
contents: read #git permissions to repo pull/push contents: read # git permissions to repo pull/push
deployments: none deployments: none
issues: none #read/write to repo Issues issues: none # read/write to repo Issues
packages: none #read/write to repo Packages (ghcr, gems, npm) packages: none # read/write to repo Packages (ghcr, gems, npm)
pull-requests: none #read/write to repo PRs pull-requests: none # read/write to repo PRs
repository-projects: none repository-projects: none
security-events: none #read/write to repo Security tab API security-events: none # read/write to repo Security tab API
statuses: write #read/write to repo custom statuses and checks statuses: write # read/write to repo custom statuses and checks
jobs: jobs:
@@ -114,4 +114,4 @@ jobs:
# turn off editorconfig-checker, which flags too many false positives # turn off editorconfig-checker, which flags too many false positives
VALIDATE_EDITORCONFIG: false VALIDATE_EDITORCONFIG: false
# prevent Kubernetes CRD API's from causing kubeval to fail # prevent Kubernetes CRD API's from causing kubeval to fail
KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas