Skip to content

Commit e1e35f4

Browse files
committed
chore: synced local '.github/' with remote 'general/.github/'
1 parent 4bdc212 commit e1e35f4

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Prettier
2+
23
on:
34
workflow_dispatch:
45
push:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Super Linter
32

43
on:
@@ -42,6 +41,7 @@ jobs:
4241
env:
4342
# To report GitHub Actions status checks
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4545
VALIDATE_JSCPD: false
4646
VALIDATE_JSON_PRETTIER: false
4747
VALIDATE_MARKDOWN_PRETTIER: false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Update copyright year(s) in license file
2+
23
on:
34
workflow_dispatch:
45
schedule:

0 commit comments

Comments
 (0)