Skip to content

Replace 'elec_cost_' variables with 'utility_bill_' in script example… #266

Replace 'elec_cost_' variables with 'utility_bill_' in script example…

Replace 'elec_cost_' variables with 'utility_bill_' in script example… #266

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [ main, dev ]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v2.1.1
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: false
DEFAULT_BRANCH: main