Skip to content

Commit

Permalink
style: use a better step names in test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jun 29, 2023
1 parent d0fef38 commit a320b8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a320b8e

Please sign in to comment.