diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2c4cf2..5c35a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Fluent CI - run: fluentci-io/setup-fluentci@v1 + uses: fluentci-io/setup-fluentci@v1 - name: Run Dagger Pipelines run: fluentci run deno_pipeline fmt lint test - name: Upload Coverage