Skip to content

Commit

Permalink
Update swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuncheol-AHN authored Nov 7, 2024
1 parent e342e4f commit 9ce25e6
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
name: swiftlint 🔨

on:
push:
branches:
["ci"]
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
# push:
# branches:
# ["ci"]
# paths:
# - '.github/workflows/swiftlint.yml'
# - '.swiftlint.yml'
# - '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'



jobs:
SwiftLint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ce25e6

Please sign in to comment.