mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +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()
|
||||
with:
|
||||
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||
- name: Checkout pull request
|
||||
- name: Checkout PR
|
||||
uses: dawidd6/action-checkout-pr@v1
|
||||
if: success()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.LVGL_BOT_TOKEN}}
|
||||
run: hub pr checkout ${{github.event.issue.number}}
|
||||
with:
|
||||
pr: ${{github.event.issue.number}}
|
||||
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||
- name: Format code
|
||||
run: python code-format.py
|
||||
working-directory: scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user