Skip to content

Commit

Permalink
feat: add generated sdk for provider endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
alrayyes committed Apr 18, 2024
1 parent ece520d commit f292325
Show file tree
Hide file tree
Showing 252 changed files with 72,720 additions and 34,422 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Go

on:
push:
branches: [ "master" ]
branches: [ "master", "feature/terraform-endpoints" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "feature/terraform-endpoints" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22.2

- name: Build
run: go build -v ./...
Expand Down
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
### Go template
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

### Go.AllowList template
# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore

# Ignore everything
*

# But not these files...
!/.gitignore

!*.go
!go.sum
!go.mod

!README.md
!LICENSE

# !Makefile

# ...even if they are in subdirectories
!*/

31 changes: 0 additions & 31 deletions Readme.md

This file was deleted.

138 changes: 0 additions & 138 deletions abuse.go

This file was deleted.

Loading

0 comments on commit f292325

Please sign in to comment.