Skip to content

Update FUNDING.yml #111

Update FUNDING.yml

Update FUNDING.yml #111

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: japgolly/[email protected]
with:
java-version: 11
- name: Build and test
shell: bash
run: sbt test