From 51593c74eaac59a484938a1f8811660fc1b4d6ed Mon Sep 17 00:00:00 2001 From: Emile Ferreira <32413750+emileferreira@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:08:18 +0200 Subject: [PATCH] Fix YAML indentation --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1184a97..dc13369 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@master with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.event.pull_request.head.sha }} - name: 'Run PEP8 check' uses: quentinguidee/pep8-action@v1 with: