You've already forked library-registry
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:
9
.github/workflows/check-license.yml
vendored
9
.github/workflows/check-license.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user