Skip to content

Commit

Permalink
added installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Aug 2, 2024
1 parent 86e35fb commit e1f700f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_diff_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install requirements
run: |
make install-requirements
- name: Make generate and deepcopy
run: |
make generate && make generate-deepcopy
Expand Down

0 comments on commit e1f700f

Please sign in to comment.