mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
ci more debugging for formatting action
This commit is contained in:
parent
be9722c420
commit
2f8e4bc4c4
4
.github/workflows/handle_format_request.yml
vendored
4
.github/workflows/handle_format_request.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
test-github:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo '${{ toJSON(github) }}'
|
||||
update-formatting:
|
||||
continue-on-error: true
|
||||
if: github.event.issue.pull_request && github.event.issue.user.login == github.event.pull_request.user.login
|
||||
|
Loading…
x
Reference in New Issue
Block a user