Skip to content

refactor(docs): Move trivy-policies docs generator #177

refactor(docs): Move trivy-policies docs generator

refactor(docs): Move trivy-policies docs generator #177

Workflow file for this run

name: Go
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Install GolangCI-Lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s $version
env:
version: v1.44.0
- name: Test
run: |
make md-test