Skip to content

Check for 3.3V supply before raising IRQ and continuing boot process #324

Check for 3.3V supply before raising IRQ and continuing boot process

Check for 3.3V supply before raising IRQ and continuing boot process #324

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Add Tool
run: rustup component add rustfmt
- name: Check format neotron-bmc-pico
run: cd neotron-bmc-pico && cargo fmt -- --check
- name: Check format neotron-bmc-nucleo
run: cd neotron-bmc-nucleo && cargo fmt -- --check
- name: Check format neotron-bmc-protocol
run: cd neotron-bmc-protocol && cargo fmt -- --check
- name: Check format neotron-bmc-commands
run: cd neotron-bmc-commands && cargo fmt -- --check