Skip to content

feat: switch to github and npmjs #1

feat: switch to github and npmjs

feat: switch to github and npmjs #1

Workflow file for this run

name: test
on:
push:
merge_group:
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
- run: pnpm install
- run: pnpm lint:prettier
- run: pnpm pack