Skip to content
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