We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0e9df commit 9524d62Copy full SHA for 9524d62
1 file changed
.github/workflows/lint.yml
@@ -146,12 +146,11 @@ jobs:
146
fi
147
echo ''
148
echo '<!-- lint-check-comment-marker -->'
149
- } > ../lint-report.md
+ } > lint-report.md
150
151
- name: Post PR Comment
152
if: github.event_name == 'pull_request'
153
uses: peter-evans/create-or-update-comment@v4
154
with:
155
issue-number: ${{ github.event.pull_request.number }}
156
- body-path: lint-report.md
157
- comment-marker: lint-check-comment-marker
+ body-path: backends/fastapi/lint-report.md
0 commit comments