Skip to content

chore(deps-dev): bump @biomejs/biome from 1.8.0 to 1.8.1 (#243) #448

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

chore(deps-dev): bump @biomejs/biome from 1.8.0 to 1.8.1 (#243) #448

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