Skip to content

chore: clean unusued additional function/component name code #32

chore: clean unusued additional function/component name code

chore: clean unusued additional function/component name code #32

Workflow file for this run

name: PR Checks
on:
workflow_call:
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn test:ci