Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: contract-тести проти фікстур oddinvest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with: { python-version: "3.12" }
# Рішення №5 концепції: фікстури живуть у репозиторії сервіса,
Expand All @@ -33,7 +33,7 @@ jobs:
name: ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with: { python-version: "3.12" }
# ruff уже налаштований у pyproject.toml — його просто ніхто не кликав.
Expand All @@ -45,7 +45,7 @@ jobs:
name: спільний UI не розійшовся з oddinvest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
# www/shared/ — вендор із репозиторію oddinvest: панель і веб-UI
# бекенда це один компонент, і копія тут потрібна лише для того, щоб
# інтеграція лишалась самодостатньою (HACS ставить її окремо).
Expand All @@ -56,12 +56,12 @@ jobs:
hassfest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: home-assistant/actions/hassfest@master

hacs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: hacs/action@main
with: { category: integration, ignore: brands }
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Перевірити, що тег збігається з manifest version
run: |
man=$(python -c "import json;print(json.load(open('custom_components/oddinvest/manifest.json'))['version'])")
Expand Down
Loading