Skip to content

add missing x-stripeEnum property (#1640) #5619

add missing x-stripeEnum property (#1640)

add missing x-stripeEnum property (#1640) #5619

Workflow file for this run

on: [push, pull_request]
name: CI
permissions: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: test
run: |
go install golang.org/x/lint/golint@latest &&
go install github.com/go-bindata/go-bindata/...@latest &&
go install honnef.co/go/tools/cmd/staticcheck@latest &&
go generate &&
make