Skip to content

issue-4 | added dataItem to sendOperationSuccess #3

issue-4 | added dataItem to sendOperationSuccess

issue-4 | added dataItem to sendOperationSuccess #3

Workflow file for this run

name: Pipeline
on:
pull_request:
branches-ignore:
- 'main'
- 'alpha'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn install
- name: linter
run: yarn lint
- name: build
run: yarn build