Skip to content

Fix header parsing #194

Fix header parsing

Fix header parsing #194

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: macos-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v