Skip to content

Update scala-csv to 2.0.0 #534

Update scala-csv to 2.0.0

Update scala-csv to 2.0.0 #534

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci-matrix:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
java: [ '[email protected]' ]
steps:
- uses: actions/[email protected]
with:
fetch-depth: 100
- uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.java }}
# - name: Coursier cache
# uses: coursier/cache-action@v6
- name: sbt ci ${{ github.ref }}
run: sbt -mem 2048 ci
ci:
runs-on: ubuntu-22.04
needs: [ci-matrix]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"