diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 8fc76c1f34c0e..666a21fd352d8 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -47,4 +47,4 @@ jobs: - name: Run lint-all.sh run: | LOWERCASE_REPO=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]') - docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace ghcr.io/$LOWERCASE_REPO:builder-${{ github.ref_name }} bash -c "chmod -R 777 /workspace && ./test/lint/lint-all.sh" \ No newline at end of file + docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace ghcr.io/$LOWERCASE_REPO:builder-${{ github.ref_name }} bash -c "./test/lint/lint-all.sh" \ No newline at end of file