Skip to content

Commit

Permalink
Merge pull request #9 from maxxfrazer/drone-update
Browse files Browse the repository at this point in the history
SwiftLint Fix
  • Loading branch information
maxxfrazer authored Jan 9, 2023
2 parents 23113ca + dd4b92b commit 11ef455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/checkout@v3
- name: Build DocC
run: |
sudo xcode-select -s /Applications/Xcode_14.0.app;
xcodebuild docbuild -scheme RealityUI -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/RealityUI.doccarchive \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: macOS-latest
runs-on: macOS-12
steps:
- uses: actions/checkout@v3
- name: Swift Lint
Expand Down
3 changes: 2 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
line_length:
ignores_comments: true

excluded:
- RealityUI+Examples

0 comments on commit 11ef455

Please sign in to comment.