1
0
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:
embeddedt 2021-12-12 22:00:33 -05:00 committed by GitHub
parent 8277f78d13
commit dddafaec94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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