Skip to content

Implement delta debugger with reduction by replacing AST nodes by the… #434

Implement delta debugger with reduction by replacing AST nodes by the…

Implement delta debugger with reduction by replacing AST nodes by the… #434

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true
- name: Run test
env:
ESMETA_HOME: ${{ github.workspace }}
run: sbt basicTest
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check code format
run: sbt formatCheck