Browse Source

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

repo-sync/main
dgibbs64 3 weeks ago
parent
commit
e1e35f4513
  1. 1
      .github/dependabot.yml
  2. 1
      .github/workflows/action-prettier.yml
  3. 2
      .github/workflows/action-super-linter.yml
  4. 1
      .github/workflows/action-update-copyright-years-in-license-file.yml

1
.github/dependabot.yml

@ -1,4 +1,3 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"

1
.github/workflows/action-prettier.yml

@ -1,4 +1,5 @@
name: Prettier
on:
workflow_dispatch:
push:

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

@ -1,4 +1,3 @@
---
name: Super Linter
on:
@ -42,6 +41,7 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false

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

@ -1,4 +1,5 @@
name: Update copyright year(s) in license file
on:
workflow_dispatch:
schedule:

Loading…
Cancel
Save