Skip to content

chore(deps): bump actions/checkout from 3 to 4 #40

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #40

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v13
with:
# use Java 8
java-version: adopt@1.8
- name: Compile
run: sbt compile
env:
# NB: I'd like not to put this here but the sbt gh package plugin
# will error out if its not resolved
GITHUB_TOKEN: ${{ secrets.GH_PACKAGES_GITHUB_TOKEN }}