File tree Expand file tree Collapse file tree 4 files changed +11
-53
lines changed Expand file tree Collapse file tree 4 files changed +11
-53
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ push :
4+ jobs :
5+ build :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v1
9+ - uses : olafurpg/setup-scala@v5
10+ - name : Test
11+ run : sbt test
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/huiwang/codingame-scala-kit.svg?branch=master )] ( https://travis-ci.org/huiwang/codingame-scala-kit )
2- [ ![ Gitter] ( https://badges.gitter.im/TrueLaurel/CodinGame-Scala-Kit.svg )] ( https://gitter.im/TrueLaurel/CodinGame-Scala-Kit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
3-
41# CodinGame Scala Kit
52I love Both CodinGame and Scala because they make programming fun.
63
You can’t perform that action at this time.
0 commit comments