Skip to content

feat(pipelines): 1es pipeline template #310

feat(pipelines): 1es pipeline template

feat(pipelines): 1es pipeline template #310

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn ci