Skip to content

fix: make linux error for unsupported sensor clearer #144

fix: make linux error for unsupported sensor clearer

fix: make linux error for unsupported sensor clearer #144

Workflow file for this run

on:
pull_request:
paths:
- 'bash/**'
- '.github/workflows/shell_format.yml'
jobs:
shfmt:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run shfmt with reviewdog
uses: reviewdog/[email protected]
with:
fail_on_error: true
workdir: 'bash'
shfmt_flags: '-i 4 -ci'