feat: option to set the skip interval in seconds to go forward or bac… #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: ["main"] | |
jobs: | |
build: | |
runs-on: macos-14 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Setup Xcode Version | |
uses: maxim-lobanov/[email protected] | |
with: | |
xcode-version: latest-stable | |
- name: Build and Analyze | |
run: > | |
xcodebuild clean build analyze | |
-project "Front Row.xcodeproj" | |
-scheme "Front Row" | |
CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]} |