Skip to content

Update inspect.yml 1 #4

Update inspect.yml 1

Update inspect.yml 1 #4

##############################################################################
##############################################################################
#
# 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/**'
- '.husky/**'
- 'scripts/**'
- '.env.sample'
- 'tsconfig.json'
- '.gitignore'
- '.eslintrc.json'
- '.eslintignore'
- 'vite.config.ts'
- 'CODEOWNERS'
- 'LICENSE'
- 'docker-compose.yaml'
- 'Dockerfile'
- 'setup.ts'
- 'schema.graphql'
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