Skip to content

Add chess LLD implementation and docs #6

Add chess LLD implementation and docs

Add chess LLD implementation and docs #6

Workflow file for this run

name: PR Review (Checkstyle)
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
checkstyle:
name: Checkstyle Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- name: Checkstyle (reviewdog)
uses: dbelyaev/action-checkstyle@0babcc5b0e55e5a8ab6f8a17134f2d613e2bcdda
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
checkstyle_config: .github/linters/checkstyle.xml