Skip to content

chore: 🤖 updates README.me and package info #4

chore: 🤖 updates README.me and package info

chore: 🤖 updates README.me and package info #4

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Build and Test
on:
# Runs on pushes targeting the default branch
pull_request:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Allows other workflows to invoke this
workflow_call:
jobs:
deploy:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Test
run: yarn test:ci