Skip to content

Use API extractor #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: next
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: pnpm lint
- name: Prettier
run: pnpm format:check

build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -48,3 +49,5 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: API changes
run: pnpm api:check
12 changes: 11 additions & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ SPDX-PackageDownloadLocation = "https://github.com/livekit/agents-js"

# trivial files
[[annotations]]
path = [".gitignore", "flake.lock", ".envrc", "packages/livekit-rtc/.gitignore", ".changeset/**", "**/CHANGELOG.md", "NOTICE", ".github/**"]
path = [
".gitignore",
"flake.lock",
".envrc",
"packages/livekit-rtc/.gitignore",
".changeset/**",
"**/CHANGELOG.md",
"NOTICE",
".github/**",
"**/etc/*.api.md",
]
SPDX-FileCopyrightText = "2024 LiveKit, Inc."
SPDX-License-Identifier = "Apache-2.0"

Expand Down
Loading
Loading