Skip to content

Parralel jobs + platformio + optional features #42

Parralel jobs + platformio + optional features

Parralel jobs + platformio + optional features #42

Workflow file for this run

name: shfmt
on:
- pull_request
- push
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_shellcheck_disable: true
sh_checker_comment: true