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 Feb 18, 2025
1 parent 6c80937 commit 5d1d276
Show file tree
Hide file tree
Showing 4,665 changed files with 158,431 additions and 342,746 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/labeler.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/pull_request_template.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: ci

on: [push]

jobs:
compile:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"

- name: Install tools
run: |
composer install
- name: Build
run: |
composer build
- name: Analyze
run: |
composer analyze
unit-tests:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"

- name: Install tools
run: |
composer install
- name: Run Tests
run: |
composer test
63 changes: 0 additions & 63 deletions .github/workflows/php.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
composer.phar
composer.lock
vendor/
.idea
.php-cs-fixer.cache
.phpunit.result.cache
coverage/
composer.lock
vendor/
77 changes: 0 additions & 77 deletions .phan/config.php

This file was deleted.

Loading

0 comments on commit 5d1d276

Please sign in to comment.