Browse Source

chore: synced file(s) with dgibbs64/repo-sync (#89)

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

* chore: synced local './' with remote 'docker/'
pull/90/head^2
Daniel Gibbs 2 months ago
committed by GitHub
parent
commit
9af27dc86f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      .github/linters/.yaml-lint.yml
  2. 2
      .github/workflows/action-dockerhub-description.yml
  3. 2
      .github/workflows/action-prettier.yml
  4. 6
      .github/workflows/action-super-linter.yml
  5. 2
      .github/workflows/action-update-copyright-years-in-license-file.yml
  6. 2
      LICENSE.md

9
.github/linters/.yaml-lint.yml

@ -0,0 +1,9 @@
---
extends: default
rules:
line-length: disable
comments: disable
ignore: |
.github

2
.github/workflows/action-dockerhub-description.yml

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

2
.github/workflows/action-prettier.yml

@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

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

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
@ -41,11 +41,13 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_TRIVY: false
VALIDATE_YAML_PRETTIER: false

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

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false

2
LICENSE.md

@ -1,6 +1,6 @@
# The MIT License (MIT)
Copyright (c) 2025 Daniel Gibbs
Copyright (c) 2026 Daniel Gibbs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Loading…
Cancel
Save