Fix the icons for heating and allow setting the target temperature. #4
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
# SPDX-FileCopyrightText: 2022-2023 Weston Schmidt <weston_schmidt@alumni.purdue.edu> | |
# SPDX-License-Identifier: Apache-2.0 | |
--- | |
name: 'CodeQL Verification' | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
jobs: | |
codeql: | |
uses: goschtalt/.github/.github/workflows/codeql.yml@0a0ddf20f922b09ee52ab765cd0ae2150aabc2c7 # v1.0.7 | |
secrets: inherit |