From 114c44c6e7d08f6c80da03eab9a12fb95dcd8fb2 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 23 Jun 2024 15:17:58 +0800 Subject: [PATCH] ci: fix ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433542ff..89ba75cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,5 @@ jobs: commit_lint: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: wagoid/commitlint-github-action@v6 \ No newline at end of file