Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Show tabs for gRPC requests #11

Show tabs for gRPC requests

Show tabs for gRPC requests #11

Workflow file for this run

name: PR Validation build
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run publish-dry