1
0
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:
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() 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