DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Implement depcheck as a GitHub Action #900

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR implements depcheck as a GitHub Action in order to validate that there are no unused frontend libraries in the yarn.lock file. The goal is to reduce the package size and improve build times by removing unnecessary dependencies.

Summary of Changes

Please review and merge this PR to implement depcheck as a GitHub Action.

Fixes #895.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/depcheck-sweep-action_1

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.