mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
style fix
This commit is contained in:
parent
7bb1490e9e
commit
50b9bb5950
24
.github/workflows/hid.yml
vendored
24
.github/workflows/hid.yml
vendored
@ -7,13 +7,17 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: python
|
container:
|
||||||
steps:
|
image: python
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Prepare platformio
|
steps:
|
||||||
run: pip install platformio
|
- uses: actions/checkout@v3
|
||||||
- name: Build all
|
|
||||||
run: make -C hid _build_all
|
- name: Prepare platformio
|
||||||
|
run: pip install platformio
|
||||||
|
|
||||||
|
- name: Build all
|
||||||
|
run: make -C hid _build_all
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: TOX CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
Loading…
x
Reference in New Issue
Block a user