Skip to content

feat(web): open chat links in new tab with external link icon #364

feat(web): open chat links in new tab with external link icon

feat(web): open chat links in new tab with external link icon #364

Workflow file for this run

name: Test
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: "true"
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test