From e59fe591ee812d71fea4d71bbc74352ecb64807a Mon Sep 17 00:00:00 2001 From: "duanyi.aster" Date: Tue, 7 Jan 2025 10:50:27 +0800 Subject: [PATCH] lint exclude `loader/internal/iasm` --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2aba642f8..3a5add1d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,3 +9,5 @@ jobs: - uses: actions/checkout@v4 - name: spell check uses: codespell-project/actions-codespell@v2 + with: + exclude_file: loader/internal/iasm