From cbce0c7b7be1931fdfa72a349da8602ea8a2f609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuna=20Alika=C5=9Fifo=C4=9Flu?= Date: Sat, 16 Jul 2022 03:30:11 +0300 Subject: [PATCH] style: change GH Action step names to title case Update GitHub Action workflow step names to be in the title case (every word capitalized, except minor words) to increase coherence. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f47b7ed..bcd8027 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Build LaTeX document +name: Build LaTeX Document on: push: @@ -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