Skip to content

chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.1 #85

chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.1

chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.1 #85

Workflow file for this run

name: detekt hint
on:
pull_request:
branches:
- '*'
jobs:
hint:
strategy:
matrix:
os: [ubuntu-latest]
jdk: [17]
runs-on: ${{ matrix.os }}
if: ${{ !contains(github.event.head_commit.message, 'detekt hint skip') }}
env:
JDK_VERSION: ${{ matrix.jdk }}
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run detekt hint
uses: mkohm/[email protected]
with:
github-api-token: ${{ secrets.GITHUB_TOKEN }}