Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d10a58

Browse files
committedOct 2, 2024·
fixes
1 parent efd351d commit 0d10a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '22 15 * * 4'
13+
- cron: "22 15 * * 4"
1414
push:
15-
branches: [ "gh-pages" ]
15+
branches: ["gh-pages"]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)
Please sign in to comment.