FAForever / server

The servercode for the Forged Alliance Forever lobby
http://www.faforever.com
GNU General Public License v3.0
66 stars 61 forks source link

Add `pipenv verify` to lint actions #984

Closed Askaholic closed 1 year ago

Askaholic commented 1 year ago

This should help to make sure the pipfile.lock stays properly updated. Pipenv will verify that the hash in the pipfile.lock matches certain data from the Pipfile, so if a dependency is added or removed in the Pipfile, the pipfile.lock needs to be updated as well.