Skip to content

chore(main): release 0.0.4 #11

chore(main): release 0.0.4

chore(main): release 0.0.4 #11

Workflow file for this run

name: Validate
on:
pull_request:
types: [opened, reopened, edited]
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