Skip to content

feat: dynamically get the latest dependency stable versions while cre… #8

feat: dynamically get the latest dependency stable versions while cre…

feat: dynamically get the latest dependency stable versions while cre… #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- name: ✅ Generate a project and run its test
run: sbt g8Test