Skip to content

AbortedException 로깅 제외 (#9) #21

AbortedException 로깅 제외 (#9)

AbortedException 로깅 제외 (#9) #21

Workflow file for this run

name: Lint CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run Lint
run: |
./gradlew clean ktlintCheck