From 9c8e7353d871d55ed1552838f5f04fa11e0b2499 Mon Sep 17 00:00:00 2001 From: Salief Date: Thu, 2 May 2024 12:54:05 -0400 Subject: [PATCH] print package.json --- .github/workflows/integrate.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 01071ff2..a6c527af 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -16,15 +16,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Print package.json + working-directory: . + run: cat package.json + - name: Setup Biome uses: biomejs/setup-biome@v2 - with: - # The version of the Biome CLI to install. - version: "^1.6.4" - # This allows the setup action to resolve the biome version to install - # from the package.json file in the project's directory. Falls back to - # the latest stable version if no version is specified. - working-dir: ${{ matrix.project }} - name: Run Biome # This runs the biome command in the project's directory.