This repository has been archived by the owner on May 23, 2024. It is now read-only.
Update http4s-circe, http4s-dsl to 0.23.27 #768
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 11 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 11 | |
- name: Run tests | |
env: | |
CAM_KP_LOG_LEVEL: "INFO" | |
SPARQL_ENDPOINT: "https://cam-kp-sparql.apps.renci.org/sparql" | |
run: sbt test | |
- name: Check formatting with Scalafmt | |
run: sbt scalafmtCheckAll |