Skip to content

Update solarlog.markdown to reflect change in library #53564

Update solarlog.markdown to reflect change in library

Update solarlog.markdown to reflect change in library #53564

Workflow file for this run

name: home-assistant.io Test
on: [push, pull_request]
jobs:
markdown-lint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v4.1.5
- name: Setting up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
env:
CI: true
- name: Run remark lint
run: npm run markdown:lint
textlint:
name: Lint Text
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v4.1.5
- name: Setting up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
env:
CI: true
- name: Run textlint
run: npm run textlint