From dbbc2c014c1537163a835bf1f0861c68593ea387 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Thu, 4 Jan 2024 11:05:38 -0300 Subject: [PATCH] More debug --- .github/workflows/lint.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9e31c63f..024883bd 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,5 +24,7 @@ jobs: uses: addnab/docker-run-action@v3 with: image: c-lint:latest - options: -v ${{ github.workspace }}:/code - run: ls + options: -v ${{ github.workspace }}:/code -e LINT_FIX=0 + run: | + ls + pwd