Skip to content

Fix crash with colorCode(type:) #53

Fix crash with colorCode(type:)

Fix crash with colorCode(type:) #53

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
macOS:
name: Test on macOS
runs-on: macOS-latest
steps:
- name: Show environments
run: |
swift --version
xcodebuild -version
- uses: actions/checkout@v1
- name: Lint Swift
run: |
swiftlint
- name: Test SwiftPM
run: |
swift build
swift test 2>&1 | xcpretty -c