From 115f8505063605eeccd2d9b461e65a2df43c3ed6 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 2 Feb 2022 11:53:30 -0700 Subject: [PATCH] Switch to pre-commit.ci --- .github/workflows/linting.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/linting.yaml diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml deleted file mode 100644 index 85a38b6f8..000000000 --- a/.github/workflows/linting.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: code-style - -on: - push: - branches: 'main' - pull_request: - branches: '*' - -jobs: - linting: - name: "pre-commit hooks" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2.0.0