Skip to content

chore: Add pr-check script to package.json #1

chore: Add pr-check script to package.json

chore: Add pr-check script to package.json #1

Workflow file for this run

name: Pull Request Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
checking-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Test
run: |
yarn install
yarn pr-check