Skip to content

github workflow reusage #2

github workflow reusage

github workflow reusage #2

Workflow file for this run

name: Common Installation
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install --frozen-lockfile