Skip to content

Commit

Permalink
feat: start on build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed Aug 19, 2024
1 parent 7d65885 commit 82386ec
Show file tree
Hide file tree
Showing 37 changed files with 629 additions and 415 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Lint fmt
run: cargo fmt -- --check

- name: Lint clippy
run: cargo clippy -- -D warnings

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@envy/typescript",
"name": "@envyhq/typescript",
"version": "1.0.0",
"description": "Envy TypeScript client",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 82386ec

Please sign in to comment.