Compléments LF 2025 et LFSS 2025 #8315
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
name: Validate YAML | |
on: | |
push: | |
workflow_dispatch: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
validate_yaml: | |
uses: tax-benefit/actions/.github/workflows/validate_yaml.yml@v1 | |
with: | |
parameters_path: "openfisca_france/parameters" | |
secrets: | |
token: ${{ secrets.CONTROL_CENTER_TOKEN }} |