From eb9f99f80ef188f374f8dbadab22cbf173ee18e1 Mon Sep 17 00:00:00 2001 From: lizyChy0329 Date: Fri, 30 Aug 2024 18:52:51 +0800 Subject: [PATCH] chore: add actions --- .github/workflows/autofix.yml | 2 +- .github/workflows/pkg.pr.new.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 786f742..8d4add1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -32,4 +32,4 @@ jobs: - name: Lint run: pnpm lint:fix - - uses: autofix-ci/action@v1 \ No newline at end of file + # - uses: autofix-ci/action@v1 \ No newline at end of file diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index c011c52..0c37af9 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -17,12 +17,12 @@ jobs: with: fetch-depth: 0 + - run: corepack enable + - uses: actions/setup-node@v4 with: node-version: lts/* cache: pnpm - - - run: corepack enable - name: Install run: pnpm install