Skip to content

[SCRUM-105] mvp2차 QA 지현 - 2 #159

[SCRUM-105] mvp2차 QA 지현 - 2

[SCRUM-105] mvp2차 QA 지현 - 2 #159

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