Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Feb 29, 2024
1 parent 164dd30 commit f2ae238
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,19 @@ permissions:

jobs:
test-typescript:
name: TypeScript Tests
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm

- name: Install Dependencies
run: pnpm install

- name: Check Format
run: pnpm run format:check

- name: Lint
run: pnpm run lint

- name: Test
run: npm run test
- run: pnpm install
- run: pnpm run format:check
- run: pnpm run lint
- run: pnpm run test

test-action:
name: GitHub Actions Test
Expand Down

0 comments on commit f2ae238

Please sign in to comment.