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 95c9ea5 commit a274f62Copy full SHA for a274f62
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Danger
19
- uses: docker://ghcr.io/danger/danger-kotlin:1.2.0
+ uses: docker://ghcr.io/danger/danger-kotlin:1.3.1
20
with:
21
args: --failOnErrors --no-publish-check
22
env:
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Danger Lint
104
if: ${{ github.event_name == 'pull_request' }}
105
106
107
108
0 commit comments