Skip to content

chore(deps): bump @manypkg/cli from 0.21.2 to 0.22.0 #669

chore(deps): bump @manypkg/cli from 0.21.2 to 0.22.0

chore(deps): bump @manypkg/cli from 0.21.2 to 0.22.0 #669

Workflow file for this run

name: Code Checks
on:
merge_group:
pull_request:
concurrency:
group: code-checks-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
setup-files:
name: Setup Files
uses: ./.github/workflows/setup-files.yml
format:
name: Check Project Formatting
needs: [setup-files]
uses: ./.github/workflows/format.yml
lint:
name: Lint Project
needs: [setup-files]
uses: ./.github/workflows/lint.yml
unit-test-packages:
name: Unit Test Packages
needs: [setup-files]
uses: ./.github/workflows/unit-test-packages.yml