Skip to content

Change static var to static let constants #64

Change static var to static let constants

Change static var to static let constants #64

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
ubuntu-swift-latest:
runs-on: ubuntu-latest
steps:
- name: Print Swift version to confirm
run: swift --version
- name: Checkout FTAPIKit
uses: actions/checkout@v2
- name: Swift build & test
run: |
swift build
swift test