Skip to content

Commit

Permalink
print package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
salieflewis committed May 2, 2024
1 parent df143ac commit 9c8e735
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c8e735

Please sign in to comment.