Skip to content

Commit

Permalink
ci 추가
Browse files Browse the repository at this point in the history
swiftlint
  • Loading branch information
devMinseok committed Jul 15, 2024
1 parent 7c21412 commit 07b37fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit 07b37fc

Please sign in to comment.