From 9429c8f65df573b2ed66a70d05fb8b35234d2b65 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 26 Apr 2024 10:03:03 +0100 Subject: [PATCH] Fix --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f0efa5e..8feec77 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code uses: actions/checkout@v4 -# with: + with: # # Make sure the actual branch is checked out when running on PR # ref: ${{ github.event.pull_request.head.sha }} # # Full git history needed to get proper list of changed files