From c8625b7cd7dc654d7bd5be9ad99a17166b654224 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 11 Aug 2021 01:51:41 -0700 Subject: [PATCH] Use standardized workflow/job/step names in "Check License" workflow These are the naming conventions established in the standardized template workflow. --- .github/workflows/check-license.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index f12b2b65..93c69cc0 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -1,4 +1,4 @@ -name: Check license +name: Check License env: EXPECTED_LICENSE_FILENAME: LICENSE.txt @@ -26,14 +26,15 @@ on: - "[pP][aA][tT][eE][nN][tT][sS]*" jobs: - check: + check-license: runs-on: ubuntu-latest steps: - - name: Checkout local repository + - name: Checkout repository uses: actions/checkout@v2 - - uses: ruby/setup-ruby@v1 + - name: Install Ruby + uses: ruby/setup-ruby@v1 with: ruby-version: ruby # Install latest version