Skip to content

Commit

Permalink
Fixed swiftlint script
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 1, 2024
1 parent 90079c0 commit ec96aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set proper xcode version
run: sh ./scripts/xcodeselect.sh
- name: Building
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint
run: swiftlint --strict
run: ./scripts/swiftlint.sh

0 comments on commit ec96aa1

Please sign in to comment.