Skip to content

Commit

Permalink
Merge pull request #9 from fluent-ci-templates/feat/wasm-plugin
Browse files Browse the repository at this point in the history
feat: add wasm plugin
  • Loading branch information
tsirysndr authored Apr 8, 2024
2 parents a69a46b + 08a468d commit dd848ca
Show file tree
Hide file tree
Showing 8 changed files with 447 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ export * as FluentGithubActions from "jsr:@tsirysndr/fluent-gh-actions@0.3";
export * as FluentCircleCI from "jsr:@tsirysndr/fluent-circleci@0.3";
export * as FluentAzurePipelines from "jsr:@tsirysndr/fluent-az-pipelines@0.3";
export * as FluentAWSCodePipeline from "jsr:@tsirysndr/fluent-codepipeline@0.3";

import * as fluentciSdk from "jsr:@fluentci/sdk@0.1.4";
export { fluentciSdk };
1 change: 1 addition & 0 deletions plugin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/*
Loading

0 comments on commit dd848ca

Please sign in to comment.