We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1428184 commit 27f1ca5Copy full SHA for 27f1ca5
.github/workflows/format.yml
@@ -1,6 +1,8 @@
1
name: 🧼 SwiftFormat
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ types: [opened, synchronize]
6
7
jobs:
8
swiftformat:
0 commit comments