image: alpine/edge
packages:
- crystal
sources:
- https://git.sr.ht/~arestifo/crystal-cbor
tasks:
- lint: |
cd crystal-cbor
crystal tool format --check
- test: |
crystal spec --error-on-warnings