Skip to content

fix(dependabot): bump the non-breaking group with 7 updates #30

fix(dependabot): bump the non-breaking group with 7 updates

fix(dependabot): bump the non-breaking group with 7 updates #30

Workflow file for this run

name: Build and Test
on:
pull_request:
types: ["opened", "reopened", "synchronize"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build