Répète la mention d'articles de CGI à la dernière valeur #6883
Workflow file for this run
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 }} |