From 9be75873966739f7c5275248fc0c8760584ee32a Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 9 Nov 2023 18:27:02 +0000 Subject: [PATCH] ci: use fluentci v0.8.0 --- .fluentci/.env.example | 1 + .fluentci/.gitignore | 3 ++- .github/workflows/ci.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .fluentci/.env.example diff --git a/.fluentci/.env.example b/.fluentci/.env.example new file mode 100644 index 0000000..8b9c885 --- /dev/null +++ b/.fluentci/.env.example @@ -0,0 +1 @@ +HELLO=123 \ No newline at end of file diff --git a/.fluentci/.gitignore b/.fluentci/.gitignore index a2442bb..9945432 100644 --- a/.fluentci/.gitignore +++ b/.fluentci/.gitignore @@ -1,2 +1,3 @@ coverage/ -coverage.lcov \ No newline at end of file +coverage.lcov +.env \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd9f7fc..2343d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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