fix: make linux error for unsupported sensor clearer #144
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |