Skip to content

Update detekt to 1.23.5 (#58) #175

Update detekt to 1.23.5 (#58)

Update detekt to 1.23.5 (#58) #175

Workflow file for this run

name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag reviewdog-detekt:$(date +%s)