Skip to content

Update circe-core, circe-generic, ... to 0.14.9 #440

Update circe-core, circe-generic, ... to 0.14.9

Update circe-core, circe-generic, ... to 0.14.9 #440

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: checkout the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JVM
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: test coverage
run: sbt qa
- name: Codecov
uses: codecov/codecov-action@v4
style-check:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JVM
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: styleCheck
run: sbt styleCheck