Skip to content

Follow git logic when parsing patch identities #78

Follow git logic when parsing patch identities

Follow git logic when parsing patch identities #78

Workflow file for this run

name: Go
on:
pull_request:
push:
branches: [master]
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49
- name: Test
run: go test -v ./...