Skip to content

Bump json from 2.18.0 to 2.19.2 #80

Bump json from 2.18.0 to 2.19.2

Bump json from 2.18.0 to 2.19.2 #80

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