Skip to content

change target branch, for testing #3

change target branch, for testing

change target branch, for testing #3

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Build and lint.
working-directory: ./sdk/react
run: |
npm install
npm run lint && npm run build