Skip to content

chore: Update source for spec and mark RTM5 as deprecated #53

chore: Update source for spec and mark RTM5 as deprecated

chore: Update source for spec and mark RTM5 as deprecated #53

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