Update package.json #90
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
############################################################################## | |
############################################################################## | |
# | |
# NOTE! | |
# | |
# Please read the README.md file in this directory that defines what should | |
# be placed in this file | |
# | |
############################################################################## | |
############################################################################## | |
name: Checking workflow files | |
on: | |
pull_request: | |
paths: | |
- '.github/**' | |
- 'CNAME' | |
- 'static/CNAME' | |
- 'package.json' | |
- 'sidebars.js' | |
- 'docusaurus.config.js' | |
- 'CODEOWNERS' | |
- 'LICENSE' | |
jobs: | |
Checking-for-unauthorized-file-changes: | |
name: Checking for unauthorized file changes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Unauthorized file modification in PR | |
run: exit 1 |