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 0fa7650 commit b756d7aCopy full SHA for b756d7a
README.md
@@ -31,6 +31,7 @@ jobs:
31
```
32
33
### Note for version
34
+- v4: Swift 5.4
35
- v3: Swift 5.3
36
- v2: Swift 5.2
37
- v1: Swift 5.1 (no longer updated)
action.yml
@@ -3,7 +3,7 @@ description: 'Runs Danger-Swift with SwiftLint'
3
author: '417-72KI <[email protected]>'
4
runs:
5
using: 'docker'
6
- image: 'docker://41772ki/danger-swiftlint:5.3'
+ image: 'docker://41772ki/danger-swiftlint:5.4'
7
branding:
8
icon: 'alert-circle'
9
color: 'purple'
0 commit comments