Skip to content

fix(ci): set-output command is deprecated #29

fix(ci): set-output command is deprecated

fix(ci): set-output command is deprecated #29

name: build.pull_request
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint
- run: pnpm run build