Skip to content

Revert copy clipboard changes from PR #93 #109

Revert copy clipboard changes from PR #93

Revert copy clipboard changes from PR #93 #109

Workflow file for this run

name: CI
on:
push:
branches: [ main, release ]
pull_request:
branches: [ main, release ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn compile
- name: Lint
run: yarn tslint