Skip to content

Commit

Permalink
Pylint GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Nov 4, 2024
1 parent 97a04f9 commit da3f838
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check code quality with pylint

on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: Silleellie/pylint-github-action@v2
with:
lint-path: sourcespec
python-version: 3.7
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Earthquake source parameters from P- or S-wave displacement spectra
[![license-badge]][license-link]
[![docs-badge]][docs-link]
[![DOI-badge]][DOI-link]
![pylint]()

Copyright (c) 2011-2024 Claudio Satriano <[email protected]>

Expand Down

0 comments on commit da3f838

Please sign in to comment.