Skip to content

refactor(#38): merge the yaml runtime into the new analysis framework #455

refactor(#38): merge the yaml runtime into the new analysis framework

refactor(#38): merge the yaml runtime into the new analysis framework #455

Workflow file for this run

name: build-and-test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: build
run: make build
- name: test
run: make testall