Skip to content

fix: test 1

fix: test 1 #12

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