1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Use standardized workflow/job/step names in "Check License" workflow

These are the naming conventions established in the standardized template workflow.
This commit is contained in:
per1234
2021-08-11 01:51:41 -07:00
parent 4ede286932
commit c8625b7cd7

View File

@ -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