Skip to content

Commit 06fdb72

Browse files
authored
Merge pull request #3 from LLCFreedom-Space/ci-cd-lint
try fix ci/cd
2 parents 18929b5 + 13303df commit 06fdb72

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lint code
22

33
on: push
44

5-
# Allow one concurrent deployment
65
concurrency:
76
group: "linting"
87
cancel-in-progress: true
@@ -12,7 +11,12 @@ jobs:
1211
runs-on: macOS-14
1312
steps:
1413
- uses: actions/checkout@v4
14+
1515
- name: Switch Xcode 🔄
1616
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
17-
- name: Swift Lint
17+
18+
- name: Install SwiftLint
19+
run: brew install swiftlint
20+
21+
- name: SwiftLint
1822
run: swiftlint --strict

0 commit comments

Comments
 (0)