diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index 7bb4ad2..0000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: lint - -on: - push: - branches: ["develop", "main"] - -concurrency: - group: | - ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: checkout code repository - uses: actions/checkout@v3 - - - name: run pre-commit - uses: pre-commit/action@v2.0.3 diff --git a/README.md b/README.md index b2d0f89..314a259 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![lint](https://github.com/martibosch/greenspace-accessibility-sabadell/actions/workflows/ci.yaml/badge.svg)](https://github.com/martibosch/greenspace-accessibility-sabadell/actions/workflows/lint.yaml) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ceat-epfl/greenspace-accessibility-sabadell/main.svg)](https://results.pre-commit.ci/latest/github/ceat-epfl/greenspace-accessibility-sabadell/main) [![GitHub license](https://img.shields.io/github/license/martibosch/greenspace-accessibility-sabadell.svg)](https://github.com/martibosch/greenspace-accessibility-sabadell/blob/main/LICENSE)