Skip to content

Fix lint and attw test in github #8

Fix lint and attw test in github

Fix lint and attw test in github #8

Workflow file for this run

name: "Test"
on:
push:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-test-env
- name: Build
shell: bash
run: pnpm build
- name: Test
shell: bash
run: pnpm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-test-env
- name: Lint
shell: bash
run: pnpm lint