Skip to content

Commit 952f070

Browse files
authored
add github action (#63)
* add github action
1 parent 64c7d3a commit 952f070

File tree

4 files changed

+11
-53
lines changed

4 files changed

+11
-53
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

.gitlab-ci.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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
52
I love Both CodinGame and Scala because they make programming fun.
63

0 commit comments

Comments
 (0)