Skip to content

Commit

Permalink
style: change GH Action step names to title case
Browse files Browse the repository at this point in the history
Update GitHub Action workflow step names to be in the title case (every
word capitalized, except minor words) to increase coherence.
  • Loading branch information
tunakasif committed Jul 16, 2022
1 parent f8a7ffa commit cbce0c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build LaTeX document
name: Build LaTeX Document

on:
push:
Expand All @@ -8,9 +8,9 @@ jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
- name: Set Up Git Repository
uses: actions/checkout@v2
- name: Compile LaTeX document
- name: Compile LaTeX Document
uses: xu-cheng/latex-action@v2
with:
root_file: main.tex
Expand Down

0 comments on commit cbce0c7

Please sign in to comment.