Skip to content

Fix bug on serial_tx function of lua script #6

Fix bug on serial_tx function of lua script

Fix bug on serial_tx function of lua script #6

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [ "main" ]
jobs:
fmt-check:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rustfmt
run: |
cargo fmt --all -- --check