Skip to content

Fix infinite recursion when casting AnySerializable to wrong type (… #221

Fix infinite recursion when casting AnySerializable to wrong type (…

Fix infinite recursion when casting AnySerializable to wrong type (… #221

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: sudo xcode-select -switch /Applications/Xcode_14.3.app
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: norio-nomura/[email protected]