-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix:Autograding] patch 15_glfw compilation (#34)
* glm experimental * add PR title tester
- Loading branch information
Showing
5 changed files
with
22 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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})$' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
examples/15_GLFW/config/test_input/sierpinski_triangle.txt
This file was deleted.
Oops, something went wrong.
Binary file not shown.