Skip to content

bump detekt to 1.23.1 (#52) #161

bump detekt to 1.23.1 (#52)

bump detekt to 1.23.1 (#52) #161

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)