tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

Check for unused dependencies in CI #443

Open anton-trunov opened 1 week ago

anton-trunov commented 1 week ago

We could use depcheck to make sure we won't introduce unused dependencies in the future. Although, depcheck can have false positives which we'd have to handle somehow.

Related issue: #378