Skip to content

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 #595

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 #595

Workflow file for this run

name: reviewdog
on: [push]
jobs:
code-style-violations:
name: Check coding style violations
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
ktlint_version: 1.0.1