Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmikius authored May 1, 2024
1 parent 0856107 commit ea5956e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Lint code

on: push
Expand All @@ -12,9 +9,10 @@ concurrency:

jobs:
SwiftLint:
runs-on: macos-latest
runs-on: macOS-13
steps:
- uses: actions/checkout@v1

- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging
- uses: actions/checkout@v4
- name: Switch Xcode 🔄
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- name: Swift Lint
run: swiftlint --strict

0 comments on commit ea5956e

Please sign in to comment.