Skip to content

chore(dependabot): bump prettier-plugin-organize-imports from 3.2.4 to 4.0.0 #25

chore(dependabot): bump prettier-plugin-organize-imports from 3.2.4 to 4.0.0

chore(dependabot): bump prettier-plugin-organize-imports from 3.2.4 to 4.0.0 #25

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