Skip to content

add workflow_dispatch and pull_request to deploy-storybook #29

add workflow_dispatch and pull_request to deploy-storybook

add workflow_dispatch and pull_request to deploy-storybook #29

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
pr-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Run PR check
run: pnpm pr:check