Testing new steps
Some checks failed
Savin's Home Assistant / build (push) Failing after 43s

This commit is contained in:
2025-02-07 14:32:29 -05:00
parent 5a597b7bb3
commit 3f21a45b55

View File

@ -29,36 +29,36 @@ jobs:
# run: |
# sudo npm install --global prettier
# - name: Set up Python 3.13
# uses: actions/setup-python@v5
# with:
# python-version: 3.13
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.13
# - name: Install Python packages (Lint)
# run: |
# python -m pip install --upgrade pip
# pip install black flake8 pylint yamllint
- name: Install Python packages (Lint)
run: |
python -m pip install --upgrade pip
pip install black flake8 pylint yamllint
# - name: YAML Lint
# run: |
# yamllint ./
- name: YAML Lint
run: |
yamllint ./
# # - name: Prettier Check Up
# # run: |
# # prettier --check --no-bracket-spacing '**/*.{yaml,json}'
# - name: Install Python packages (Hass.IO)
# run: |
# pip install yq jq
# pip install homeassistant
- name: Install Python packages (Hass.IO)
run: |
pip install yq jq
pip install homeassistant
# - name: Check HassIO configuration
# run: |
# sudo mkdir -p /config/snapshots
# hass --version
# mv secrets.yaml.sample secrets.yaml
# hass -c . --script check_config | tee check.output
# ! less check.output | grep -q "Failed config"
- name: Check HassIO configuration
run: |
sudo mkdir -p /config/snapshots
hass --version
mv secrets.yaml.sample secrets.yaml
hass -c . --script check_config | tee check.output
! less check.output | grep -q "Failed config"
# # - name: Send a telegram message with job status
# # if: always()