Skip to content

Configuration to allow fake receipt purchases. #95

Configuration to allow fake receipt purchases.

Configuration to allow fake receipt purchases. #95

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "stable"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
only-new-issues: true
args: --timeout=10m