Skip to content

Commit

Permalink
🌿 Fern Regeneration -- September 6, 2024 (#35)
Browse files Browse the repository at this point in the history
* SDK regeneration

* refactor custom code to get around import cycles

* testing

* add readme again

* update readme for new api changes

* fix typos in the readme

* i don't know

* convert SchematicClient to struct

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Christopher Brady <[email protected]>
  • Loading branch information
fern-api[bot] and cbrady authored Oct 16, 2024
1 parent fb206b4 commit fe4a482
Show file tree
Hide file tree
Showing 819 changed files with 32,503 additions and 313,600 deletions.
20 changes: 20 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Specify files that shouldn't be modified by Fern


buffer/*
cache/*
client/opts.go
client/schematic_client.go
client/*
client/schematic.go
flags/*
http/*
logger/*


generate.go
generate.sh
README.md


mocks/*
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 ./...
63 changes: 0 additions & 63 deletions .github/workflows/pull_request.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .gitignore

This file was deleted.

Loading

0 comments on commit fe4a482

Please sign in to comment.