Skip to content

Commit 68df573

Browse files
committed
Format workflow files with prettier
1 parent 9f7d338 commit 68df573

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pinact.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Pinact
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ['main']
66
pull_request:
7-
branches: ["**"]
7+
branches: ['**']
88
paths:
9-
- ".github/workflows/**"
10-
- ".github/actions/**"
9+
- '.github/workflows/**'
10+
- '.github/actions/**'
1111

1212
permissions: {}
1313

.github/workflows/zizmor.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Zizmor
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ['main']
66
pull_request:
7-
branches: ["**"]
7+
branches: ['**']
88
paths:
9-
- ".github/workflows/**"
10-
- ".github/actions/**"
9+
- '.github/workflows/**'
10+
- '.github/actions/**'
1111

1212
permissions: {}
1313

0 commit comments

Comments
 (0)