Skip to content

feat: event-notifier created #1

feat: event-notifier created

feat: event-notifier created #1

Workflow file for this run

name: Validate
on:
pull_request:
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