Skip to content

Commit 9c48478

Browse files
committed
Linting
1 parent d154c67 commit 9c48478

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ on:
66
# To guarantee Maintained check is occasionally updated. See
77
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
88
schedule:
9-
- cron: '16 20 * * 1'
9+
- cron: "16 20 * * 1"
1010
push:
11-
branches: [ "main" ]
11+
branches: ["main"]
1212

1313
permissions: read-all
1414

1515
jobs:
1616
analysis:
1717
name: Scorecard analysis
1818
runs-on: ubuntu-latest
19-
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
19+
if:
20+
github.event.repository.default_branch == github.ref_name || github.event_name ==
21+
'pull_request'
2022
permissions:
2123
security-events: write
2224
id-token: write

0 commit comments

Comments
 (0)