Skip to content

Commit 8e6deeb

Browse files
chore: fix formatting in semgrep workflow
1 parent 2ee8677 commit 8e6deeb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
pull_request: {}
44
push:
55
branches:
6-
- main
7-
- master
6+
- main
7+
- master
88
paths:
9-
- .github/workflows/semgrep.yml
9+
- .github/workflows/semgrep.yml
1010
schedule:
11-
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12-
- cron: 37 14 * * *
11+
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12+
- cron: 37 14 * * *
1313
name: Semgrep
1414
jobs:
1515
semgrep:
@@ -22,5 +22,5 @@ jobs:
2222
container:
2323
image: semgrep/semgrep
2424
steps:
25-
- uses: actions/checkout@v4
26-
- run: semgrep ci
25+
- uses: actions/checkout@v4
26+
- run: semgrep ci

0 commit comments

Comments
 (0)