Skip to content

Commit 330852e

Browse files
authored
[Bugfix:Autograding] patch 15_glfw compilation (#34)
* glm experimental * add PR title tester
1 parent 8daaf98 commit 330852e

File tree

5 files changed

+22
-54
lines changed

5 files changed

+22
-54
lines changed

Diff for: .github/workflows/pr_title.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'PR Title Check'
2+
on:
3+
pull_request:
4+
# check when PR
5+
# * is created,
6+
# * title is edited, and
7+
# * new commits are added (to ensure failing title blocks merging)
8+
types: [ opened, reopened, edited, synchronize ]
9+
10+
jobs:
11+
title-check:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: naveenk1223/action-pr-title@master
15+
with:
16+
#
17+
# pull request titles format rules here:
18+
# https://submitty.org/developer/how_to_contribute#how-to-make-a-pull-request-pr-to-submitty
19+
#
20+
# [<TYPE>:<MODULE>] <SUBJECT>
21+
#
22+
regex: '^(\[SYSADMIN ACTION\])?(\[(Bugfix|Feature|Refactor|Testing|Documentation|VPAT|UI\/UX):(Submission|Autograding|Forum|Notifications|TAGrading|InstructorUI|SubminiPolls|HelpQueue|CourseMaterials|Plagiarism|RainbowGrades|System|Developer|API)\] .{2,40}$|\[(DevDependency|Dependency)\] .{2,70})$'

Diff for: examples/15_GLFW/config/test_input/ifs.fragmentshader

-14
This file was deleted.

Diff for: examples/15_GLFW/config/test_input/ifs.vertexshader

-23
This file was deleted.

Diff for: examples/15_GLFW/config/test_input/sierpinski_triangle.txt

-17
This file was deleted.

Diff for: examples/15_GLFW/submissions/submission.zip

1.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)