Skip to content

[CAT-299] 집중 시간 60분 선택시 0분으로 나오는 버그 #139

[CAT-299] 집중 시간 60분 선택시 0분으로 나오는 버그

[CAT-299] 집중 시간 60분 선택시 0분으로 나오는 버그 #139

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run Swiftlint
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Run Swiftlint
run: |
SwiftLint/swiftlint lint --config SwiftLint/swiftlint.yml --quiet --reporter github-actions-logging