Skip to content

Commit fe1f528

Browse files
committed
Use standardized job/step names in "Check License" workflow
These are the naming conventions established in the standardized template workflow.
1 parent f5aa02d commit fe1f528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-license.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35-
- name: Checkout local repository
35+
- name: Checkout repository
3636
uses: actions/checkout@v2
3737

38-
- uses: ruby/setup-ruby@v1
38+
- name: Install Ruby
39+
uses: ruby/setup-ruby@v1
3940
with:
4041
ruby-version: ruby # Install latest version
4142

0 commit comments

Comments
 (0)