Skip to content

Update detekt to 1.23.6 (#61) #181

Update detekt to 1.23.6 (#61)

Update detekt to 1.23.6 (#61) #181

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)