Support Tool.Extensions property & Fix and include v2 tests in makefile #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |