From 3632188d80daedd121216dc251d11bd21b99aa83 Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update=5Fhosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_hosts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index dd988ef..b206abe 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -3,6 +3,7 @@ name: Update hosts on: push: paths: + - 'update_hosts.yml' - 'setHosts.py' - 'setHosts_Classic.py' - 'requirements.txt' @@ -35,7 +36,7 @@ jobs: - name: Run and fix formatting run: | #black --line-length 88 . - black --line-length 88 --force-exclude setDNS.pyy + black --line-length 88 --force-exclude setDNS.py isort . echo “继续” flake8 --max-line-length=88 .