Skip to content

Feat: code quality check and automated test in ci #9

Feat: code quality check and automated test in ci

Feat: code quality check and automated test in ci #9

Workflow file for this run

name: checkstyle
on:
workflow_dispatch:
pull_request:
jobs:
checkstyle_detekt:
runs-on:
- ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run detekt
run: ./gradlew detekt