Skip to content

Rename to portofino-client, bump version #10

Rename to portofino-client, bump version

Rename to portofino-client, bump version #10

Workflow file for this run

name: "Validate: lint and test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- name: Lint and Test
run: |
yarn install --network-timeout 100000
yarn lint
yarn test