diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 21fb2c3..45b2d1f 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -185,5 +185,5 @@ jobs: - name: Run chart-testing (install) run: | cd chart/aerospike-vector-search - ct install --namespace aerospike --chart-dirs . \ - --target-branch ${{ github.event.repository.default_branch }} \ No newline at end of file + ct install --namespace aerospike \ + --target-branch ${{ github.event.repository.default_branch }} \ No newline at end of file