diff options
author | Maxim Devaev <[email protected]> | 2023-08-04 03:15:14 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-04 03:54:42 +0300 |
commit | 8c6e9eb4c112a4a63f5262daae1a9d24757cc6f2 (patch) | |
tree | 7d450caa4a6fd1b27312789704cfefca9a85a953 /.github/workflows/pico-hid.yml | |
parent | b2c9236721c471dc80197dc6522db54d7512c052 (diff) |
indent fix
Diffstat (limited to '.github/workflows/pico-hid.yml')
-rw-r--r-- | .github/workflows/pico-hid.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/pico-hid.yml b/.github/workflows/pico-hid.yml index f8cc41b3..4866a218 100644 --- a/.github/workflows/pico-hid.yml +++ b/.github/workflows/pico-hid.yml @@ -1,20 +1,20 @@ name: Pico HID CI on: - push: - branches: [master] - pull_request: - branches: [master] + push: + branches: [master] + pull_request: + branches: [master] jobs: - build: - runs-on: ubuntu-latest + build: + runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + steps: + - uses: actions/checkout@v3 - - name: Installing deps... - run: sudo apt-get install cmake gcc-arm-none-eabi build-essential + - name: Installing deps ... + run: sudo apt-get install cmake gcc-arm-none-eabi build-essential - - name: Running tests ... - run: make -C hid/pico all + - name: Running tests ... + run: make -C hid/pico all |