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 4e08fed commit a5bd20cCopy full SHA for a5bd20c
README.md
@@ -25,13 +25,14 @@ jobs:
25
steps:
26
- uses: actions/checkout@v2
27
- name: Danger
28
- uses: 417-72KI/danger-swiftlint@v3
+ uses: 417-72KI/danger-swiftlint@v5
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
```
32
33
### Note for version
34
+- v5: Swift 5.5
35
- v4: Swift 5.4
36
- v3: Swift 5.3
-- v2: Swift 5.2
37
+- v2: Swift 5.2 (no longer updated)
38
- v1: Swift 5.1 (no longer updated)
action.yml
@@ -7,7 +7,7 @@ inputs:
7
required: false
8
runs:
9
using: 'docker'
10
- image: 'docker://41772ki/danger-swiftlint:5.4'
+ image: 'docker://41772ki/danger-swiftlint:5.5'
11
branding:
12
icon: 'alert-circle'
13
color: 'purple'
0 commit comments