Skip to content

Commit

Permalink
Update license-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guysmoilov authored Jul 1, 2023
1 parent eb7b3bc commit b50b637
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3

- name: Download node_modules
run: npm install --ignore-scripts

- uses: dagshub/node-license-checker-action@v1
env:
# pacakges which actually live inside this repo, in packages/*
EXCLUDE_PACKAGES: '@fiftyone/create-plugin;@fiftyone/plugin-build;dagshub'

- name: Download node_modules for dagshub plugin
run: npm install --ignore-scripts
working-directory: packages/dagshub

NPM_INSTALL_CMD: npm install --ignore-scripts

- uses: dagshub/node-license-checker-action@v1
env:
TARGET_DIR: packages/dagshub
NPM_INSTALL_CMD: npm install --ignore-scripts

0 comments on commit b50b637

Please sign in to comment.