Skip to content

Commit

Permalink
chore: update ci code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 2, 2024
1 parent 40d6d33 commit d7d9582
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
node-version: 20
cache: "pnpm"

- name: Install dependencies
- name: 📦 Install dependencies
run: pnpm install

- name: Lint (code)
- name: 🔎 Lint (code)
run: pnpm lint --fix

- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
- name: ⚙️ Auto-fix
uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,19 @@ jobs:
run: pnpm lint

test:
name: Perform tests
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4

- uses: actions/checkout@v4
- run: corepack enable

- name: 🐢 Setup Node
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: 📦 Install dependencies
run: pnpm install

- name: Prepare module environment
- name: 🚧 Prepare module environment
run: pnpm dev:prepare

- name: 🧪 Test suite
Expand Down

0 comments on commit d7d9582

Please sign in to comment.