diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml deleted file mode 100644 index 60905cf..0000000 --- a/.github/workflows/pylint.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Python Linting -on: - push: - pull_request: - workflow_dispatch: -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v5 - with: - python-version: '3.10.11' - cache: 'pip' # caching pip dependencies - - run: pip install pylint - - name: flake8 Lint - uses: py-actions/flake8@v2 - - name: Run Pylint - run: pylint mantra \ No newline at end of file diff --git a/README.md b/README.md index bc17784..fc52d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MANTRA: Manifold Triangulations Assembly -[![Maintainability](https://api.codeclimate.com/v1/badges/82f86d7e2f0aae342055/maintainability)](https://codeclimate.com/github/aidos-lab/MANTRA/maintainability) ![GitHub contributors](https://img.shields.io/github/contributors/aidos-lab/MANTRA) ![GitHub](https://img.shields.io/github/license/aidos-lab/MANTRA) ![pylint]() +[![Maintainability](https://api.codeclimate.com/v1/badges/82f86d7e2f0aae342055/maintainability)](https://codeclimate.com/github/aidos-lab/MANTRA/maintainability) ![GitHub contributors](https://img.shields.io/github/contributors/aidos-lab/MANTRA) ![GitHub](https://img.shields.io/github/license/aidos-lab/MANTRA) ## Getting the Dataset