Sha256: f1e3d33eebc1bd9b836a6b856b28da8cf2426ab121768ba8e49e35d1ec050f0d
Contents?: true
Size: 524 Bytes
Versions: 63
Compression:
Stored size: 524 Bytes
Contents
language: bash install: - bin/fetch-configlet - curl -s https://get.sdkman.io | bash - source $HOME/.sdkman/bin/sdkman-init.sh - sdk install ceylon script: - bin/configlet lint . - bin/compile-all-stubs - bin/test-all-exercises - | if ! ceylon format exercises; then echo "'ceylon format' couldn't run!" exit 1 fi if ! git diff --exit-code; then echo "'ceylon format' found differences! Please match 'ceylon format' so this repo can have consistent style!" exit 1 fi
Version data entries
63 entries across 63 versions & 1 rubygems