Skip to content

Update scala3-library to 3.6.3 #69

Update scala3-library to 3.6.3

Update scala3-library to 3.6.3 #69

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci-matrix:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 100
- uses: cachix/install-nix-action@v27
- name: sbt ci ${{ github.ref }}
run: nix develop .#ci --command sbt ci
ci:
runs-on: ubuntu-latest
needs: [ci-matrix]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"