Skip to content

Commit 7320e89

Browse files
committed
use rye plugin v0.1.1
1 parent ed89698 commit 7320e89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

fluentci.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "sqlfluff"
3-
version = "0.1.0"
2+
authors = [
3+
"Tsiry Sandratraina <[email protected]>",
4+
]
45
description = "CI/CD Plugin for Sqlfluff"
56
license = "MIT"
6-
authors = [
7-
"Tsiry Sandratraina <[email protected]>"
8-
]
7+
name = "sqlfluff"
8+
version = "0.1.1"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use fluentci_pdk::dag;
44
#[plugin_fn]
55
pub fn setup() -> FnResult<String> {
66
let stdout = dag().call(
7-
"https://pkg.fluentci.io/[email protected].0?wasm=1",
7+
"https://pkg.fluentci.io/[email protected].1?wasm=1",
88
"tools",
99
vec!["install", "sqlfluff"],
1010
)?;

0 commit comments

Comments
 (0)