Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

SB_HFOSC support.

SB_HFOSC support. #88

Workflow file for this run

name: Example app
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
example-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
cache: 'sbt'
- name: Build and run example app
run: sbt run