Skip to content

docs: Add adopters section #1116

docs: Add adopters section

docs: Add adopters section #1116

Workflow file for this run

name: PR Build
on:
push:
branches:
- main
- java8
pull_request:
types: [opened, edited, reopened, synchronize]
env:
JABBA_INDEX: 'https://github.com/typelevel/jdk-index/raw/main/index.json'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- run: sbt commitCheck