Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #8

Merged
merged 2 commits into from
Jan 8, 2024
Merged
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
12 changes: 3 additions & 9 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ on:
- beta
- master

name : 'Test Plugin Jeedom'
name : 'Full Workflows Plugin Jeedom'

jobs:
codeLintGlobal:
uses: jeedom/workflows/.github/workflows/codeLintGlobal.yml@main
php73:
uses: jeedom/workflows/.github/workflows/lint_Php73.yml@main
php74:
uses: jeedom/workflows/.github/workflows/lint_Php74.yml@main
php:
uses: jeedom/workflows/.github/workflows/php.yml@main
plugin:
uses: jeedom/workflows/.github/workflows/plugin.yml@main
4 changes: 4 additions & 0 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
>
>Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.

# 08/01/2024

- Préparation pour jeedom 4.4

# 27/11/2023

- Meilleure gestion des modes du thermostats
Expand Down
Loading