Skip to content

Commit

Permalink
chore: add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lizyChy0329 committed Aug 30, 2024
1 parent 79b5a56 commit eb9f99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Lint
run: pnpm lint:fix

- uses: autofix-ci/action@v1
# - uses: autofix-ci/action@v1
4 changes: 2 additions & 2 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb9f99f

Please sign in to comment.