Skip to content

fix: SPDX originator decode error (#221) #452

fix: SPDX originator decode error (#221)

fix: SPDX originator decode error (#221) #452

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
name: build
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Run tests
run: make test
- name: Send coverage report to coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov