From 8be89d9f6ce10b6a67938318754a2ceb811721f9 Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Sun, 9 Oct 2022 18:16:46 +0800 Subject: [PATCH] update lint.yaml --- .github/workflows/lint.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1ac76975..8a073a01 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,7 +18,6 @@ jobs: - name: Install pre-commit hook run: | pip install pre-commit - cp .github/hooks/pre-commit .git/hooks/ - name: Linting run: pre-commit run --all-files