Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen authored Oct 10, 2024
1 parent ca40ff7 commit 2bde839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Format Source Code
uses: i2mint/isee/actions/format-source-code@master

- name: Pylint Validation
uses: i2mint/isee/actions/pylint-validation@master
with:
root-dir: ${{ env.PROJECT_NAME }}
enable: missing-module-docstring
ignore: tests,examples,scrap
# - name: Pylint Validation
# uses: i2mint/isee/actions/pylint-validation@master
# with:
# root-dir: ${{ env.PROJECT_NAME }}
# enable: missing-module-docstring
# ignore: tests,examples,scrap

- name: Pytest Validation
uses: i2mint/isee/actions/pytest-validation@master
Expand Down

0 comments on commit 2bde839

Please sign in to comment.