Skip to content

Add encoding macros

Add encoding macros #1

Workflow file for this run

name: SwiftPM Tests
on:
pull_request:
types: [ opened, synchronize ]
branches:
- "master"
paths-ignore:
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run_swift_tests:
name: Run SwiftPM tests
runs-on: macos-26
timeout-minutes: 10
steps:
- uses: partout-io/action-prepare-xcode-build@master
- run: |
swift test