Skip to content

Commit

Permalink
Merge pull request #10 from kumaranvpl/again
Browse files Browse the repository at this point in the history
Again a commit
  • Loading branch information
kumaranvpl authored Nov 26, 2024
2 parents 285892d + a5bbcf9 commit 51dd440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions faststream/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ def strange_method(self) -> str:





0 comments on commit 51dd440

Please sign in to comment.