Skip to content

Commit

Permalink
Merge pull request #26 from boostcampwm-2024/ci-pr-test
Browse files Browse the repository at this point in the history
CI] pull request test
  • Loading branch information
yuncheol-AHN authored Nov 7, 2024
2 parents 98c6217 + 4dd2679 commit e342e4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'



jobs:
Expand All @@ -22,6 +28,10 @@ jobs:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
- name: GitHub Action for SwiftLint with --strict
uses: ezraberch/[email protected]
with:
args: --strict
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/[email protected]
env:
Expand Down

0 comments on commit e342e4f

Please sign in to comment.