8000 Add context extension via Self-Extend · donderom/llm4s@714fa08 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add context extension via Self-Extend #20

Add context extension via Self-Extend

Add context extension via Self-Extend #20

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Check formatting
run: sbt scalafmtCheck
- name: Test
run: sbt test
0