universal7885: host_tools: Introduce a tool to update fp

This commit is contained in:
roynatech2544 2022-09-22 18:11:50 +09:00
commit 2fd6a2cb26
4 changed files with 209 additions and 0 deletions

17
.github/workflows/update_fp.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: check fp update
on:
schedule:
- cron: '0 7 * * 2,5'
push:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install dependencies
run: bash universal7885-common/host-tools/update_fp.sh