1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

CI: checkout submodules

This commit is contained in:
Mike Linksvayer 2021-03-29 09:17:44 -07:00 committed by GitHub
parent 033535bd6b
commit a4d6143706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Ruby
uses: ruby/setup-ruby@v1