Skip to content

Improves documentation of wrapped date members in Teco (#51) #199

Improves documentation of wrapped date members in Teco (#51)

Improves documentation of wrapped date members in Teco (#51) #199

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
build-config:
- debug
- release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: swift build -c ${{ matrix.build-config }}