Skip to content

Commit

Permalink
ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Feb 11, 2024
1 parent f780b50 commit 46f6b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:

# This is for the patched version
# ------------------------------
- uses: actions/checkout@master
name: Install license checker
- name: Install license checker
uses: actions/checkout@master
with:
name: emeraldpay/js-green-licenses
ref: dev
path: jsgl

- uses: Prepare jsgl
- name: Prepare jsgl
run: |
cd jsgl
npm install
Expand Down

0 comments on commit 46f6b86

Please sign in to comment.