Add link to run by run merging github repository from Romain #247
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: Formatting | |
'on': [pull_request_target] | |
jobs: | |
formatting: | |
name: PR formatting | |
uses: alisw/ali-bot/.github/workflows/c++-code-formatting.yml@master | |
secrets: | |
alibuild_github_token: ${{ secrets.ALIBUILD_GITHUB_TOKEN }} |