[BUG] Ensure IRCoolixAC::toCommon()
returns kNoTempValue
when no …
#968
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
# This is a basic workflow that is triggered on push/PRs to the master branch. | |
name: Documentation | |
# Controls when the action will run. Workflow runs when manually triggered using the UI | |
# or API. | |
on: [push, pull_request] | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |
jobs: | |
Doxygen: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: mattnotmitt/doxygen-action@v1 |