Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 29, 2023
1 parent 1566b79 commit 5360c22
Show file tree
Hide file tree
Showing 133 changed files with 4,605 additions and 91,656 deletions.
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Specify files that shouldn't be modified by Fern
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ci

on: [push]

jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up go
uses: actions/setup-go@v4

- name: Compile
run: go build ./...
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up go
uses: actions/setup-go@v4

- name: Test
run: go test ./...
24 changes: 0 additions & 24 deletions .github/workflows/go.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/golangci-lint.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/goreleaser.yaml

This file was deleted.

133 changes: 0 additions & 133 deletions .golangci.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .goreleaser.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 5360c22

Please sign in to comment.