Correct admin roles for people admin settings #1222
Workflow file for this run
This file contains hidden or 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 | |
contents: read | |
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/eol-blocker@v1.0.14 |