Skip to content

Support Tool.Extensions property & Fix and include v2 tests in makefile #72

Support Tool.Extensions property & Fix and include v2 tests in makefile

Support Tool.Extensions property & Fix and include v2 tests in makefile #72

Workflow file for this run

name: go-sarif test
on:
pull_request:
jobs:
test:
name: testing go-sarif
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@main
- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'true'
- run: go version
- name: test
run: make test