[Doc Update][DC and CEC] #24
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: EOL Blocker | |
on: | |
pull_request: | |
branches: [ main, live ] | |
permissions: {} | |
jobs: | |
check_pull_request_job: | |
permissions: | |
pull-requests: write # to comment on pull-requests | |
runs-on: ubuntu-latest | |
name: Check files for CRLF | |
steps: | |
- name: Validate files | |
with: | |
repoToken: ${{ secrets.GITHUB_TOKEN }} | |
excludeFiles: '**/**.{png,PNG,jpg,JPG,jpeg,JPEG,gif,GIF,bmp,BMP}' | |
id: validate | |
uses: microsoftgraph/[email protected] |