diff --git a/.github/workflow/lint.yml b/.github/workflow/lint.yml deleted file mode 100644 index c436e40..0000000 --- a/.github/workflow/lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Lint - -on: - push: - branches: [main] - pull_request: - branches: [main] - workflow_dispatch: - -jobs: - lint: - name: pre-commit - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - uses: pre-commit/action@v3.0.1