Skip to content

Add test code of EunGabiController and rename some variables #38

Add test code of EunGabiController and rename some variables

Add test code of EunGabiController and rename some variables #38

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.TOKEN_GITHUB }}
fail_on_error: true
reporter: github-pr-review