fixing lints
This commit is contained in:
18
.github/workflows/super-linter.yaml
vendored
18
.github/workflows/super-linter.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user