Skip to content

Committing 2023 Code to Master, iOS app version 2023.2.0 (#530) #665

Committing 2023 Code to Master, iOS app version 2023.2.0 (#530)

Committing 2023 Code to Master, iOS app version 2023.2.0 (#530) #665

Workflow file for this run

name: Swift Lint and Build
on:
push:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/action-swiftlint@3.2.1
env:
DIFF_BASE: ${{ github.base_ref }}
with:
args: --strict
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: xcodebuild clean build -project HackIllinois.xcodeproj -scheme HackIllinois -destination "platform=iOS Simulator,name=iPhone 11" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet