Skip to content

Commit 9524d62

Browse files
fix: update lint.yml workflow 2
1 parent cb0e9df commit 9524d62

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,11 @@ jobs:
146146
fi
147147
echo ''
148148
echo '<!-- lint-check-comment-marker -->'
149-
} > ../lint-report.md
149+
} > lint-report.md
150150
151151
- name: Post PR Comment
152152
if: github.event_name == 'pull_request'
153153
uses: peter-evans/create-or-update-comment@v4
154154
with:
155155
issue-number: ${{ github.event.pull_request.number }}
156-
body-path: lint-report.md
157-
comment-marker: lint-check-comment-marker
156+
body-path: backends/fastapi/lint-report.md

0 commit comments

Comments
 (0)