Skip to content

feat: add organization name and homepage parameters and dynamically s… #24

feat: add organization name and homepage parameters and dynamically s…

feat: add organization name and homepage parameters and dynamically s… #24

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: '21'
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