Skip to content

fix: test removed from validate action #10

fix: test removed from validate action

fix: test removed from validate action #10

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 build