diff --git a/.github/workflows/basic_code_checks.yml b/.github/workflows/basic_code_checks.yml index 97c0f23..924ae86 100644 --- a/.github/workflows/basic_code_checks.yml +++ b/.github/workflows/basic_code_checks.yml @@ -18,12 +18,12 @@ jobs: lint: name: Lint & Pre-Commit Checks runs-on: ubuntu-latest - if: github.event_name == 'pull_request' steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Lint GitHub Actions Workflows + if: github.event_name == 'pull_request' uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}