Skip to content

Commit

Permalink
chore: 🤖 update
Browse files Browse the repository at this point in the history
  • Loading branch information
黄宗哲 authored and 黄宗哲 committed Oct 18, 2024
1 parent b0125b4 commit 14bafde
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/jestTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on: [pull_request, push]

jobs:
test:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml
runs-on: ubuntu-latest

- name: Run Jest Test
run: pnpm run -C apps/aelf-template test
steps:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml

- name: Run Jest Test
run: pnpm run -C apps/aelf-template test
11 changes: 7 additions & 4 deletions .github/workflows/nextBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on: [pull_request, push]

jobs:
build:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml
runs-on: ubuntu-latest

- name: Run Next Build
run: pnpm run -C apps/aelf-template build
steps:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml

- name: Run Next Build
run: pnpm run -C apps/aelf-template build
11 changes: 7 additions & 4 deletions .github/workflows/nextLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on: [pull_request, push]

jobs:
lint:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml
runs-on: ubuntu-latest

- name: Run ESLint
run: pnpm run -C apps/aelf-template lint
steps:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml

- name: Run ESLint
run: pnpm run -C apps/aelf-template lint

0 comments on commit 14bafde

Please sign in to comment.