Skip to content

Build 77/merge by @miguelramos #4

Build 77/merge by @miguelramos

Build 77/merge by @miguelramos #4

Workflow file for this run

name: Checks
on: pull_request
env:
CI: true
run-name: Build ${{ github.ref_name }} by @${{ github.actor }}
jobs:
build:
name: Build Packages
runs-on: ubuntu-latest
outputs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout code repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm package manager
id: install-pnpm
uses: ./.github/actions/pnpm
with:
npm-token: ${{ steps.build.outputs.NPM_TOKEN }}