Skip to content

ci: add Scala Steward to automatically check for new version of Scala… #10

ci: add Scala Steward to automatically check for new version of Scala…

ci: add Scala Steward to automatically check for new version of Scala… #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
cache: 'sbt'
- name: 👌 Run "pre-push" tasks (compile and style-check)
run: sbt prep
- name: ✅ Generate a project and run its test
run: sbt g8Test