Skip to content

refactor(version): adjust version #21

refactor(version): adjust version

refactor(version): adjust version #21

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [ready_for_review, synchronize, opened]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Running Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- run: |
yarn install
yarn lint
yarn test
yarn build