crystal-cbor/.build.yml

16 lines
246 B
YAML

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