mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
ci one last try at this for tonight
This commit is contained in:
parent
8277f78d13
commit
dddafaec94
9
.github/workflows/handle_format_request.yml
vendored
9
.github/workflows/handle_format_request.yml
vendored
@ -30,11 +30,12 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
- name: Checkout pull request
|
- name: Checkout PR
|
||||||
|
uses: dawidd6/action-checkout-pr@v1
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
with:
|
||||||
GITHUB_TOKEN: ${{secrets.LVGL_BOT_TOKEN}}
|
pr: ${{github.event.issue.number}}
|
||||||
run: hub pr checkout ${{github.event.issue.number}}
|
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
- name: Format code
|
- name: Format code
|
||||||
run: python code-format.py
|
run: python code-format.py
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user