[FEATURE] Connecte un datamart externe pour servir les résultats de certification pour ParcourSup (PIX-15800). #42967
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: commits check | |
on: | |
# eslint-disable-next-line yml/no-empty-mapping-value | |
pull_request: | |
jobs: | |
block-autosquash-commits: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: read | |
steps: | |
- name: Block Autosquash Commits | |
uses: xt0rted/block-autosquash-commits-action@v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |