Skip to content

[PythonCodable] Updated package #35

[PythonCodable] Updated package

[PythonCodable] Updated package #35

name: Continuous Integration
on:
- push
- pull_request
jobs:
continuous-integration:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- uses: actions/checkout@v1
- name: Test
run: swift test