Skip to content

fix safe embed not working (#269) #274

fix safe embed not working (#269)

fix safe embed not working (#269) #274

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
- run: yarn test