Skip to content

fix(src): merge upstream master and fix onClose double-call bug #3

fix(src): merge upstream master and fix onClose double-call bug

fix(src): merge upstream master and fix onClose double-call bug #3

Workflow file for this run

name: build
on: [push, pull_request]
permissions: {}
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Use Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run Tests
run: yarn test:coverage
- name: Upload coverage to Qlty
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
with:
oidc: true
files: coverage/lcov.info