You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,5 @@ repos:
21
21
22
22
Notes:
23
23
- change `rev` to another tag or specific commit if needed
24
-
- if you want all the hooks to run even if there is an error in a previos one, remove the `fail_fast` param, it defauls to `false`
24
+
- SwiftFormat can also run on Linux machines if you install Swift first. See [Install Swift on Linux](https://github.com/marketplace/actions/install-swift-on-linux) for GitHub actions.
25
+
- if you want all the hooks to run even if there is an error in a previos one, remove the `fail_fast` param, it defaults to `false`
0 commit comments