Skip to content

Commit 110400a

Browse files
committed
fix: lab6
1 parent 9777d36 commit 110400a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/lab-autograding.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
const files = await github.rest.pulls.listFiles({ owner, repo, pull_number: issue_number });
4646
const changedFiles = files.data.map((file) => file.filename);
4747
const allowedFileRegex = /^lab\d+\/main_test.js$/;
48-
const allowedFileRegex2 = /^lab6\/fuzz\/out\/crashes\/id\:000000$/;
4948
const specialChangedFiles = ["lab5/Answer.md", "lab5/antiasan.c", "lab6/Answer.md"];
5049
if (!changedFiles.every((file) => (allowedFileRegex.test(file) || allowedFileRegex2.test(file) || specialChangedFiles.includes(file)))) {
5150
core.setFailed('The PR contains changes to files other than the allowed files.');

lab6/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
fuzz/
2-
!fuzz/out/crashes/id:000000*
32
src/bmpcomp

0 commit comments

Comments
 (0)