Skip to content

[asm-cherry-pick] Ensure instructions belong only to one list #13

[asm-cherry-pick] Ensure instructions belong only to one list

[asm-cherry-pick] Ensure instructions belong only to one list #13

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt test publishLocal