Skip to content

Commit

Permalink
ci: use fluentci v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 9, 2023
1 parent 76c0820 commit 9be7587
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .fluentci/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HELLO=123
3 changes: 2 additions & 1 deletion .fluentci/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage/
coverage.lcov
coverage.lcov
.env
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: |
deno install --import-map=https://deno.land/x/fluentci@v0.6.9/import_map.json -A -r -f https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
deno install --import-map=https://deno.land/x/fluentci@v0.8.0/import_map.json -A -r -f https://deno.land/x/fluentci@v0.8.0/main.ts -n fluentci
fluentci run deno_pipeline fmt lint

0 comments on commit 9be7587

Please sign in to comment.