add optionnals parameters isVisible and isEnable on TypeAndSearch #390
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
# Workflows check plugin Jeedom | |
push: | |
branches: | |
- alpha | |
- beta | |
pull_request: | |
branches: | |
- alpha | |
- beta | |
- V4-stable | |
name : 'Test Core 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 | |
php82: | |
uses: jeedom/workflows/.github/workflows/lint_Php82.yml@main |