Skip to content

build(deps): bump docker/build-push-action from 5 to 6 #258

build(deps): bump docker/build-push-action from 5 to 6

build(deps): bump docker/build-push-action from 5 to 6 #258

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [synchronize, opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@v1
with:
power: true
jvm: "temurin:21"
- name: Check formatting
run: scala-cli fmt --check
- name: Compile JVM
run: scala-cli compile . --platform jvm
- name: Compile JS
run: scala-cli compile . --platform js