Skip to content

Commit

Permalink
Update build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v authored Jan 16, 2024
1 parent f525fce commit 773331f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: build_package

run-name: build

on: [push]

jobs:
test:
build:
name: Swiftlint checks
runs-on: macOS-latest
runs-on: [macOS-latest]
steps:
run:
- xcodebuild -xcodeproj RichEditorSwiftUI.xcodeproj -scheme "RichEditorSwiftui" clean archive -sdk iphoneos
- run:
-xcodebuild -xcodeproj RichEditorSwiftUI.xcodeproj -scheme "RichEditorSwiftui" clean archive -sdk iphoneos

0 comments on commit 773331f

Please sign in to comment.