1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-30 09:40:04 +02:00

Made eps requirements optional and clear up some terms

This commit is contained in:
Thomas Bui
2020-12-30 13:36:05 -08:00
parent b2d7fc7eb0
commit 33c56b259e
2 changed files with 8 additions and 10 deletions

View File

@@ -9,9 +9,6 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name}}
- name: Setup Python v3.8
uses: actions/setup-python@v2
with: