Skip to content

Commit

Permalink
Update detekt to 1.14.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Egin authored Oct 3, 2020
1 parent 8ca38f7 commit e319d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.12

# https://github.com/detekt/detekt/releases
ENV DETEKT_VERSION "1.14.0"
ENV DETEKT_VERSION "1.14.1"

RUN apk --no-cache --update add git curl openjdk11 \
&& rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: detekt
uses: DominuS-RU/[email protected].0
uses: DominuS-RU/[email protected].1
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit e319d3d

Please sign in to comment.