Skip to content

POR-32339 CPS Documentation & Rules Engine Diff Correction #258

POR-32339 CPS Documentation & Rules Engine Diff Correction

POR-32339 CPS Documentation & Rules Engine Diff Correction #258

Workflow file for this run

name: pull
on: [pull_request]
permissions:
contents: read
jobs:
pull:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Checkout
uses: actions/checkout@v2
- name: Lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
reviewdog_flags: -diff="git diff FETCH_HEAD"
- name: Test
run: go test -v ./...
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: build --rm-dist --snapshot