Skip to content

Commit 17533fd

Browse files
committed
update deno.lock
1 parent 471371b commit 17533fd

File tree

5 files changed

+59
-128
lines changed

5 files changed

+59
-128
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ jobs:
1919
sudo mv bin/dagger /usr/local/bin
2020
dagger version
2121
- name: Run Dagger Pipelines
22-
run: |
23-
rm ../deno.lock
24-
dagger run deno run -A ../src/dagger/runner.ts
22+
run: dagger run deno run -A ../src/dagger/runner.ts
2523
working-directory: example

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fluentci run .
5151
You can also use this pipeline programmatically:
5252

5353
```ts
54-
import { lint, push } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
54+
import { lint, push } from "https://pkg.fluentci.io/[email protected].1/mod.ts";
5555

5656
await lint();
5757
await push();

ci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { lint, push } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
1+
import { lint, push } from "https://pkg.fluentci.io/[email protected].1/mod.ts";
22

33
await lint();
44
await push();

0 commit comments

Comments
 (0)