diff --git a/.github/workflows/pr_lint.yaml b/.github/workflows/pr_lint.yaml index f2f70a7907..b5f0e6f47f 100644 --- a/.github/workflows/pr_lint.yaml +++ b/.github/workflows/pr_lint.yaml @@ -22,6 +22,9 @@ jobs: SKIP: "docs" steps: - uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} - uses: actions/setup-python@v5 with: python-version: "3.12" @@ -35,8 +38,6 @@ jobs: continue-on-error: true with: extra_args: --hook-stage manual --all-files - - run: git status - - run: git diff - name: Commit uses: stefanzweifel/git-auto-commit-action@v5 with: diff --git a/faststream/dummy.py b/faststream/dummy.py index bdaff71520..d5b2f0b780 100644 --- a/faststream/dummy.py +++ b/faststream/dummy.py @@ -18,3 +18,5 @@ def strange_method(self) -> str: + +