Skip to content

[SCRUM-50] ErrorFeature: 네트워크 에러뷰, 서버통신 에러뷰 UI #145

[SCRUM-50] ErrorFeature: 네트워크 에러뷰, 서버통신 에러뷰 UI

[SCRUM-50] ErrorFeature: 네트워크 에러뷰, 서버통신 에러뷰 UI #145

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