Skip to content

feat(auto-cancel): event driven migration #7865

feat(auto-cancel): event driven migration

feat(auto-cancel): event driven migration #7865

Workflow file for this run

name: Test Scala-steward PRs
on:
pull_request:
branches: [ main ]
jobs:
test:
name: Test of Scala Steward PR
if: github.actor == 'gu-scala-steward-public-repos[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Java
uses: actions/setup-java@v5
with:
distribution: 'corretto'
java-version: '21'
cache: 'sbt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test