Skip to content

feat: change the CLI tool name to publiccode-parser (#156) #121

feat: change the CLI tool name to publiccode-parser (#156)

feat: change the CLI tool name to publiccode-parser (#156) #121

Workflow file for this run

on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
- run: go test -race ./...