Skip to content

Merging develop-userTypeFix in develop #547

Merging develop-userTypeFix in develop

Merging develop-userTypeFix in develop #547

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