[CAT-298] 이름짓기 뷰 Rive 파일 추가 #135
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |