Skip to content

Commit

Permalink
Update code_style.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Nov 18, 2024
1 parent f8600b8 commit 82a68c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4

- name: Interrogate
uses: JackMcKew/python-interrogate-check@main
- name: Install interrogate
run: python -m pip install interrogate

- name: Run interrogate
run: interrogate .

0 comments on commit 82a68c8

Please sign in to comment.