diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f85320..79f1a0b 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,12 +9,6 @@ jobs: name: runner / vale runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - repository: "g_it/site" - # ❌ Remove this line after debugging - it's GitHub-specific and causes issues - # github-server-url: "https://gugulet.hu/technical/git" - # DEBUG SECTION - Add these steps AFTER checkout but BEFORE vale-action - name: 🔍 Debug environment variables run: | @@ -35,6 +29,12 @@ jobs: echo "## GIT CONFIG" git config --list | grep url + - uses: actions/checkout@v4 + with: + repository: "g_it/site" + # ❌ Remove this line after debugging - it's GitHub-specific and causes issues + # github-server-url: "https://gugulet.hu/technical/git" + - name: 📁 Check working directory structure run: | echo "## CURRENT DIRECTORY CONTENTS"