Skip to content

Added link to HA repo #238

Added link to HA repo

Added link to HA repo #238

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Check the "*" lists order in README.md
run: .github/workflows/md_lists_order_checker.py README.md