From aed9af8c000e896b5b85240c482c54a4ea6994ff Mon Sep 17 00:00:00 2001 From: pasta Date: Sun, 28 Jul 2024 12:59:49 -0500 Subject: [PATCH] fixes? --- .github/workflows/ci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index e174370f07241..e6127e1078fef 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 }} ./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 "mkdir -p /workspace/logs && chmod -R 777 /workspace && ./test/lint/lint-all.sh" \ No newline at end of file