Skip to content

🐛 type of container modal #5

🐛 type of container modal

🐛 type of container modal #5

Workflow file for this run

name: Test code
on: push
jobs:
test-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
- name: Test
run: yarn test