Skip to content

In addition to handling drag gesture changes & ending, also handle ca… #651

In addition to handling drag gesture changes & ending, also handle ca…

In addition to handling drag gesture changes & ending, also handle ca… #651

Workflow file for this run

name: CI
on:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
Build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build  iOS
run: xcodebuild -scheme BottomSheet -destination 'generic/platform=iOS'
- name: Build  macOS
run: xcodebuild -scheme BottomSheet -destination 'generic/platform=macOS'
- name: Build  mac Catalyst
run: xcodebuild -scheme BottomSheet -destination 'generic/platform=macOS,variant=Mac Catalyst'