From 8aa1a2ee7d6fd2af2cada95d1a14a3b881aad5a7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 28 May 2024 11:27:02 +0200 Subject: Remove linter and precommit --- .github/workflows/lint.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/lint.yml (limited to '.github/workflows') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 46f1531..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: lint - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.1 -- cgit v1.2.3-18-g5258