Skip to content

Stripe integration #476

Stripe integration

Stripe integration #476

Workflow file for this run

name: "Lint"
on: ["push", "pull_request"]
jobs:
ci:
name: "Run go vet and staticcheck"
runs-on: ubuntu-latest
container: golang:buster
steps:
- uses: actions/checkout@v1
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
install-go: false