Skip to content

Commit

Permalink
Switch to github actions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored Jul 31, 2024
1 parent 0763e63 commit 3fd27c5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 81 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .drone.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
cache: sbt
- name: Build and Test
run: ./ci.sh
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Spark Scala Template
====================

[![Build Status](https://travis-ci.org/dbast/spark-scala-template.svg?branch=master)](https://travis-ci.org/dbast/spark-scala-template)
[![CircleCI](https://circleci.com/gh/dbast/spark-scala-template.svg?style=svg)](https://circleci.com/gh/dbast/spark-scala-template)
[![Build Status](https://cloud.drone.io/api/badges/dbast/spark-scala-template/status.svg)](https://cloud.drone.io/dbast/spark-scala-template)
[![codecov](https://codecov.io/gh/dbast/spark-scala-template/branch/master/graph/badge.svg)](https://codecov.io/gh/dbast/spark-scala-template)
[![loc](https://tokei.rs/b1/github/dbast/spark-scala-template)](https://github.com/dbast/spark-scala-template)

Assortment of default settings, best practices, and general goodies for Scala projects.

Layers
Expand Down

0 comments on commit 3fd27c5

Please sign in to comment.