Skip to content

Lotto Ticket 구현 #87

Lotto Ticket 구현

Lotto Ticket 구현 #87

Workflow file for this run

name: ktlint
on:
pull_request:
branches: [ main ]
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.GITHUB_TOKEN }}
fail_on_error: true