Skip to content

Let CopyProcessor mapping return nil too #24

Let CopyProcessor mapping return nil too

Let CopyProcessor mapping return nil too #24

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: 'ubuntu-latest'
swift: '5.7'
- os: 'macos-latest'
swift: '5.9'
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v2
with:
swift-version: '${{ matrix.swift }}'
- name: Build
run: swift build
- name: Test
run: swift test