Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 436 Bytes

Golang Dependency Review Helper

This Github action finds changes to your dependencies in pull requests, and helps you track review of those changes.

Running inside Github Actions

xxx

Running inside Docker locally

Build image: docker build -t go-review-action .

Run the image: docker run -it -e GITHUB_TOKEN --rm --name go-review-action go-review-action

Running locally with go

Run with: go run app.go