Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Add requirements.txt checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Mar 6, 2020
1 parent 1f5f0b1 commit 686f373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
# Build and test Multinet server.
- run: pip install pipenv

- name: Generate new requirements.txt from Pipfile
run: pipenv lock --requirements > generated-requirements.txt

- name: Check generated requirements against existing requirements
run: diff requirements.txt generated-requirements.txt

- uses: actions/cache@v1
id: multinet-cache
with:
Expand Down

0 comments on commit 686f373

Please sign in to comment.