Skip to content

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4 #123

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4 #123

Workflow file for this run

name: Check
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/gradle-build-action@v2.8.0
with:
arguments: build -x test
- name: Test
uses: gradle/gradle-build-action@v2.8.0
with:
arguments: test