Skip to content

feat(core): Setup @sugarform/core #32

feat(core): Setup @sugarform/core

feat(core): Setup @sugarform/core #32

Workflow file for this run

name: deps-check
on:
push:
branches: [main]
pull_request_target:
permissions: read-all
jobs:
manypkg:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v3
- if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Run manypkg
run: pnpm manypkg check