Skip to content

Merge pull request #21 from danprince/fix-flash-of-plaintext-doc #63

Merge pull request #21 from danprince/fix-flash-of-plaintext-doc

Merge pull request #21 from danprince/fix-flash-of-plaintext-doc #63

Workflow file for this run

name: Test
on: [push,workflow_call]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
- name: Dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn tsc
- name: Tests
uses: GabrielBB/[email protected]
with:
run: yarn test