From c24599a766724fed28058ed2a147d5902e8cc8e9 Mon Sep 17 00:00:00 2001 From: micbakos-rdx Date: Wed, 25 Sep 2024 14:43:42 +0300 Subject: [PATCH] Fix formatting --- .github/workflows/test.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16220f588..fe4ff0f1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,22 +39,24 @@ jobs: run: typos phylum-analyze: - if: ${{ github.event.pull_request }} - uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@main - permissions: - id-token: write - pull-requests: write - contents: read - deployments: write - secrets: - phylum_api_key: ${{ secrets.PHYLUM_API_KEY }} - with: - phylum_pr_number: ${{ github.event.number }} - phylum_pr_name: ${{ github.head_ref }} - phylum_group_name: Wallet - phylum_project_id: fb999d0c-b260-474e-8c08-2f163aa2c75f - github_repository: ${{ github.repository }} - add_report_comment_to_pull_request: true# # cargo check + if: ${{ github.event.pull_request }} + uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@main + permissions: + id-token: write + pull-requests: write + contents: read + deployments: write + secrets: + phylum_api_key: ${{ secrets.PHYLUM_API_KEY }} + with: + phylum_pr_number: ${{ github.event.number }} + phylum_pr_name: ${{ github.head_ref }} + phylum_group_name: Wallet + phylum_project_id: fb999d0c-b260-474e-8c08-2f163aa2c75f + github_repository: ${{ github.repository }} + add_report_comment_to_pull_request: true + + # cargo check check-cargo-check: runs-on: ubuntu-latest steps: