fan_mode is manual override for can control, mqtt for fan relay state #21
Workflow file for this run
This file contains hidden or 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
| name: License Check | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v4 | |
| - name: Install license-header-checker | |
| run: curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash | |
| - name: Run license check | |
| # run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]] | |
| run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad |