Merge pull request 'コメント生成' (#7) from develop into main
Reviewed-on: #7
This commit is contained in:
commit
76a8355949
2
.github/workflows/pyruff.yml
vendored
2
.github/workflows/pyruff.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: pull_request message with Ruff Lint results
|
||||
id: prMessageRuffLint
|
||||
run: |
|
||||
curl -X POST \
|
||||
curl -vvv -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
-d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \
|
||||
|
||||
@ -78,3 +78,5 @@ ruff check . --output-format json --output-file ruff-report.json
|
||||
```
|
||||
|
||||
`--output-file`は`github`など様々な形式が指定できます
|
||||
|
||||
コメントを生成する方法を検討が必要
|
||||
Loading…
x
Reference in New Issue
Block a user