Skip to content

fix: improve nullability checks and fix mem leak in SequenceStepDot #162

fix: improve nullability checks and fix mem leak in SequenceStepDot

fix: improve nullability checks and fix mem leak in SequenceStepDot #162

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew check --stacktrace