Skip to content

Commit

Permalink
ci: Fixed CI job name and ignored .idea files (mindee#727)
Browse files Browse the repository at this point in the history
* chore: Ignored idea config files

* ci: Fixed CI job name
  • Loading branch information
fg-mindee authored Dec 20, 2021
1 parent 2a18dc4 commit 2c729a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
architecture: x64
- name: Run isort
- name: Run pydocstyle
run: |
pip install pydocstyle
pydocstyle --version
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ dmypy.json
doctr/version.py
logs/
wandb/
.idea/

# Checkpoints
*.pt
Expand Down

0 comments on commit 2c729a4

Please sign in to comment.