Skip to content

Formatted code using SwiftLint #13

Formatted code using SwiftLint

Formatted code using SwiftLint #13

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
jobs:
linux:
strategy:
fail-fast: false
matrix:
image:
- "swift:5.9.0"
name: Linux
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v2
with:
clean: true
submodules: recursive
- run: |
rm -fr .build | echo "Removed build folder"
swift build -c release --target RHVoiceSwift