Browse Source

chore: synced local '.github/' with remote 'general/.github/'

pull/85/head
dgibbs64 3 weeks ago
parent
commit
710b4f6ee1
  1. 2
      .github/workflows/action-prettier.yml
  2. 6
      .github/workflows/action-super-linter.yml
  3. 1
      .github/workflows/action-update-copyright-years-in-license-file.yml

2
.github/workflows/action-prettier.yml

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install Prettier and plugins
run: |

6
.github/workflows/action-super-linter.yml

@ -31,6 +31,7 @@ jobs:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Install Prettier plugins (for summary formatting)
run: |
@ -42,8 +43,9 @@ jobs:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_YAML_PRETTIER: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_YAML_PRETTIER: false

1
.github/workflows/action-update-copyright-years-in-license-file.yml

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- name: Action Update License Year
uses: FantasticFiasco/action-update-license-year@v3
with:

Loading…
Cancel
Save