Skip to content

Commit

Permalink
fix action script
Browse files Browse the repository at this point in the history
  • Loading branch information
humdrum committed Apr 12, 2024
1 parent 5a796fa commit 9e1ed74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: latest
- uses: actions/checkout@v4
- name: Setup Yorkie Server
run: brew install yorkie
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: latest
- uses: actions/checkout@v4
- name: SwiftLint
run: swiftlint lint --strict
Expand Down

0 comments on commit 9e1ed74

Please sign in to comment.