We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4c26e commit dd3d323Copy full SHA for dd3d323
README.md
@@ -68,7 +68,7 @@ dagger mod install github.com/fluent-ci-templates/buf-pipeline@mod
68
You can also use this pipeline programmatically:
69
70
```ts
71
-import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.4.0/mod.ts";
+import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.5.0/mod.ts";
72
73
await lint(".");
74
await push(".", Deno.env.get("BUF_TOKEN")!);
ci.ts
@@ -1,4 +1,4 @@
1
2
3
await lint();
4
await push();
0 commit comments