Skip to content

Commit

Permalink
[Bugfix:Autograding] patch 15_glfw compilation (#34)
Browse files Browse the repository at this point in the history
* glm experimental

* add PR title tester
  • Loading branch information
bmcutler authored Jan 27, 2021
1 parent 8daaf98 commit 330852e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 54 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'PR Title Check'
on:
pull_request:
# check when PR
# * is created,
# * title is edited, and
# * new commits are added (to ensure failing title blocks merging)
types: [ opened, reopened, edited, synchronize ]

jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: naveenk1223/action-pr-title@master
with:
#
# pull request titles format rules here:
# https://submitty.org/developer/how_to_contribute#how-to-make-a-pull-request-pr-to-submitty
#
# [<TYPE>:<MODULE>] <SUBJECT>
#
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})$'
14 changes: 0 additions & 14 deletions examples/15_GLFW/config/test_input/ifs.fragmentshader

This file was deleted.

23 changes: 0 additions & 23 deletions examples/15_GLFW/config/test_input/ifs.vertexshader

This file was deleted.

17 changes: 0 additions & 17 deletions examples/15_GLFW/config/test_input/sierpinski_triangle.txt

This file was deleted.

Binary file modified examples/15_GLFW/submissions/submission.zip
Binary file not shown.

0 comments on commit 330852e

Please sign in to comment.