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