From 25a66e3c81e2c1d855b446593a77a09f88251e11 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sat, 14 Jan 2023 17:00:53 +0700 Subject: [PATCH] reword steps description in `test.yml` workflow --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b35b240..b4cb86d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [windows, ubuntu, macos] steps: - - name: Checkout repository + - name: Check out this repository uses: actions/checkout@v3.3.0 - name: Move test project to the working directory @@ -24,10 +24,10 @@ jobs: specified-dir-usage: runs-on: ubuntu-latest steps: - - name: Checkout repository + - name: Check out this repository uses: actions/checkout@v3.3.0 - - name: Use this action with specified directory + - name: Use this action with specified directories uses: ./ with: source-dir: test @@ -45,10 +45,10 @@ jobs: matrix: os: [windows, ubuntu, macos] steps: - - name: Checkout repository + - name: Check out this repository uses: actions/checkout@v3.3.0 - - name: Use this action with specified compiler + - name: Use this action with specified compilers uses: ./ with: source-dir: test @@ -67,10 +67,10 @@ jobs: matrix: os: [windows, ubuntu, macos] steps: - - name: Checkout repository + - name: Check out this repository uses: actions/checkout@v3.3.0 - - name: Use this action with specified generator + - name: Use this action with a specified generator uses: ./ with: source-dir: test