Skip to content

chore(deps-dev): bump @biomejs/biome from 1.7.1 to 1.8.0 #443

chore(deps-dev): bump @biomejs/biome from 1.7.1 to 1.8.0

chore(deps-dev): bump @biomejs/biome from 1.7.1 to 1.8.0 #443

Workflow file for this run

name: Integrate
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
quality:
name: Quality
uses: ./.github/workflows/_quality.yaml
build:
name: Build
uses: ./.github/workflows/_build.yaml
package:
name: Package
needs: [build]
uses: ./.github/workflows/_package.yaml