Skip to content

Commit

Permalink
try gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 27, 2024
1 parent 7cfbf41 commit 20e4aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/coverage-lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install .[test]
- name: Lint
run: flake8 src/h3 tests

- name: Pylint
# As a test for visibility of API bindings, we want to ensure that pylint has no
# `import-error` warnings for h3 imports.
run: pylint --disable=all --enable=import-error tests/
- name: Run Linting
uses: astral-sh/[email protected]

- name: Coverage
run: |
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install .[test]
- name: Lint
run: flake8 src/h3 tests

- name: Pylint
# As a test for visibility of API bindings, we want to ensure that pylint has no
# `import-error` warnings for h3 imports.
run: pylint --disable=all --enable=import-error tests/
- name: Run Linting
uses: astral-sh/[email protected]

- name: Coverage
run: |
Expand Down

0 comments on commit 20e4aa4

Please sign in to comment.