Skip to content

Add CodingKeyRepresentable support for dictionary keys instead of `… #387

Add CodingKeyRepresentable support for dictionary keys instead of `…

Add CodingKeyRepresentable support for dictionary keys instead of `… #387

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -switch /Applications/Xcode_16.2.app
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/action-swiftlint@3.2.1