Skip to content

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

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

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

Workflow file for this run

name: build-and-test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha}}
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: build
run: make build
- name: test
run: make testall
- name: Report result to DeepSource
run: |
curl https://deepsource.io/cli | sh
./bin/deepsource report --analyzer test-coverage --key go --value-file ./coverage.out --use-oidc