Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

chore(deps): update github artifact actions (major) #830

chore(deps): update github artifact actions (major)

chore(deps): update github artifact actions (major) #830

Workflow file for this run

name: reviewdog
on: [ pull_request ]
jobs:
detekt:
name: Check Code Quality
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Clone repo
uses: actions/checkout@v6
with:
fetch-depth: 1
ref: ${{ github.head_ref }}
- name: detekt
uses: alaegin/[email protected]
with:
github_token: ${{ secrets.github_token }}
detekt_config: config/detekt/detekt.yml
detekt_baseline: config/detekt/detekt-baseline.xml