Skip to content

[CR] internal/report/human.tmpl: fix stale exclusions formatting #732

[CR] internal/report/human.tmpl: fix stale exclusions formatting

[CR] internal/report/human.tmpl: fix stale exclusions formatting #732

Workflow file for this run

# Copyright 2023 Adevinta
name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run "go test"
run: go test -cover -race ./...