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
26 stars 8 forks source link

Implement depcheck as a GitHub Action #898

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 frontend libraries in the yarn.lock file that are not being used. By incorporating depcheck into our workflow, we can ensure that our frontend package size remains small and our builds run faster.

Summary of Changes

Branch: {branch}

Fixes #895.


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

git checkout sweep/depcheck-sweep-action_3

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.