Skip to content

feature: add tab duplication and close all tabs functionality, enhanc… #31

feature: add tab duplication and close all tabs functionality, enhanc…

feature: add tab duplication and close all tabs functionality, enhanc… #31

Workflow file for this run

name: Build and Run tests when PR is opened
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test