Skip to content

Hide the table inside of LECSArchetype #73

Hide the table inside of LECSArchetype

Hide the table inside of LECSArchetype #73

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test