From 7366ef85cd1782c7a344f9ecbce6d05ad0b3465a Mon Sep 17 00:00:00 2001 From: W-David <1776867536@qq.com> Date: Fri, 9 Jan 2026 02:56:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20lint.yml=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=20push=20=E5=92=8C=20pull=5Frequest?= =?UTF-8?q?=20=E4=BA=8B=E4=BB=B6=E7=9A=84=E8=B7=AF=E5=BE=84=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8594589..d82d554 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,9 +4,19 @@ on: push: branches: - main + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' + - 'docs/**' pull_request: branches: - main + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' + - 'docs/**' permissions: contents: read