fix!: [#132] remove deprecated RIS fields number and typeOfWork #65
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 | |
- name: Run detekt hint | |
uses: mkohm/[email protected] | |
with: | |
github-api-token: ${{ secrets.GITHUB_TOKEN }} |