FAForever / server

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

Add `pipenv verify` to lint actions #984

Closed Askaholic closed 9 months ago

Askaholic commented 9 months 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.