Skip to content

chore(main): release 0.0.3 #9

chore(main): release 0.0.3

chore(main): release 0.0.3 #9

Workflow file for this run

name: Validate
on:
pull_request:
types: [opened, reopened]
workflow_dispatch:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm lint
- run: pnpm test
- run: pnpm build