From a320b8e14bb0b06ef1bd9d9568861973a3dca498 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 29 Jun 2023 23:18:54 +0700 Subject: [PATCH] style: use a better step names in `test.yml` workflow --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e55645b..3d33ca6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,10 +92,10 @@ jobs: matrix: compiler: [gcc, msvc] steps: - - name: Check out this repository + - name: Checkout the repository uses: actions/checkout@v3.5.3 - - name: Use this action with additional compiler flags + - name: Use the action with additional compiler flags uses: ./ with: source-dir: test @@ -114,10 +114,10 @@ jobs: matrix: os: [windows, ubuntu, macos] steps: - - name: Check out this repository + - name: Checkout the repository uses: actions/checkout@v3.5.3 - - name: Use this action with specified generator and compilers + - name: Use the action with specified generator and compilers uses: ./ with: source-dir: test