tangled
alpha
login
or
join now
khanwinter.com
/
CBOR
2
fork
atom
A fast, safe, and efficient CBOR serialization library for Swift on any platform.
swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto
swift
cbor
2
fork
atom
overview
issues
pulls
pipelines
Ugh forgot the container in the wrong one
Khan Winter
6 months ago
9aae121a
dd63ac89
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
-1
.github/workflows/ci.yml
···
36
36
name: Testing and Fuzzing CBOR (macOS)
37
37
needs: swiftlint
38
38
runs-on: macos-latest
39
39
-
container: swift:6.1-noble
40
39
steps:
41
40
- name: Checkout repository
42
41
uses: actions/checkout@v5