Skip to content

Commit d76c333

Browse files
committed
more syntax tweaks
1 parent 99ea2a5 commit d76c333

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/testCompile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Check For Errors
22
on:
33
push:
4-
branches-ignore: # Do not check against the master branch, as this is already checked by the build and deploy script
5-
- master
4+
branches-ignore:
5+
- master # Do not check against the master branch, as this is already checked by the build and deploy script
66
pull_request:
77

88
jobs:
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
sudo apt-get update
1818
sudo apt-get install -y texlive-xetex
19+
1920
- name: Build and Check Document
2021
run: xelatex Resume.tex
2122

Resume.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
Concentration: Robotics
9999
\hfill GPA: \GPA
100100

101-
%%%%%%%%%%%%%%%%%%%%%%%%%
101+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
102102
%% Leadership Activities %%
103-
%%%%%%%%%%%%%%%%%%%%%%%%%
103+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
104104

105105
\Section{Activities/ Leadership}
106106

0 commit comments

Comments
 (0)