Skip to content

Update scala3-compiler_3 to 3.3.3 (#158) #313

Update scala3-compiler_3 to 3.3.3 (#158)

Update scala3-compiler_3 to 3.3.3 (#158) #313

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get changes from Git
uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 8
- name: Run tests
run: sbt clean test