secs-dev / xv6-riscv

Fork of the Xv6 OS for RISC-V for the ITMO CSE course.
Other
1 stars 1 forks source link

Prevent some files changes #6

Open vityaman opened 2 weeks ago

vityaman commented 2 weeks ago

Currently there are not checks, that test sources or other important files was not changed, so it is possible to cheat by modifying the source code of usertests. Of course, it is possible to cheat anyway, but it will automate at least this check.

Can be done using https://github.com/marketplace/actions/prevent-file-change.