Skip to content

Commit

Permalink
ci: remove codesee workflow
Browse files Browse the repository at this point in the history
fix example

fix ci
  • Loading branch information
tsirysndr committed Apr 16, 2024
1 parent dcf3b35 commit 5e154ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
lint
test
coverage
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline
- name: Upload to Codecov
run: fluentci run --wasm codecov upload
env:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/codesee-arch-diagram.yml

This file was deleted.

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { assertEquals } from "jsr:@std/testing@0.218.2/asserts";

export type { DirectoryID, SecretID } from "./sdk/client.gen.ts";
export { File, Directory, Secret, dag } from "./sdk/client.gen.ts";
export { File, Directory, Container, Secret, dag } from "./sdk/client.gen.ts";
export { brightGreen } from "jsr:@std/fmt@0.218.2/colors";
export { stringifyTree } from "npm:stringify-tree@1.1.1";
import { gql } from "npm:graphql-request@6.1.0";
Expand Down

0 comments on commit 5e154ec

Please sign in to comment.