Skip to content

rename some files and add tag push support #126

rename some files and add tag push support

rename some files and add tag push support #126

Workflow file for this run

name: Sanity Check
on:
pull_request:
push:
branches:
- 'release/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test