Skip to content

build(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 in the securit… #2636

build(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 in the securit…

build(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 in the securit… #2636

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn workspaces foreach --all --topological-dev run prepare && yarn typecheck
build-library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Build all packages
run: yarn workspaces foreach --all --topological-dev run prepare