Skip to content

ubuntu-latest now points to 24.04 which does not include sbt #73

ubuntu-latest now points to 24.04 which does not include sbt

ubuntu-latest now points to 24.04 which does not include sbt #73

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/setup-action@v1
with:
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- name: Run tests
working-directory: ./scalafix
run: sbt test