Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Лабораторная 21-32 #810

Лабораторная 21-32

Лабораторная 21-32 #810

Workflow file for this run

name: reviewdog
on: [ pull_request ]
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
checkstyle_config: checkstyle.xml