Skip to content

fix: improve output from ignore commands #4347

fix: improve output from ignore commands

fix: improve output from ignore commands #4347

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run package tests
run: go test -v ./pkg/...
- name: Run detector tests
run: go test -v ./new/detector/...