Skip to content

Add toggle thremostat between off and heat script #353

Add toggle thremostat between off and heat script

Add toggle thremostat between off and heat script #353

Workflow file for this run

---
# from https://github.com/github/super-linter
name: Lint Code Base
on:
push:
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@main
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}