code-sniffer is an AI assistant pipeline designed for education purpose leveraging github actions and github classroom. The main purpose serves to detect latent AI-generated content in student's coding assignment and exams. By merging student's working branch to master/main, an action will be triggered with an organized report be sent later to instructor's mailbox
This project is actively maintaining. Looking forward to any suggestions
WIP
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov