From c1e0b8b00230daa773e2b3cace9bdd420378637e Mon Sep 17 00:00:00 2001 From: n0099 Date: Sat, 14 Sep 2024 17:47:07 +0000 Subject: [PATCH] * ignore 13b1d992353ddb0b4dc67f4219c2f02f6a2b37b6 @ .git-blame-ignore-revs * only run pint by one-time @ .github/workflows/be_base.yml --- .git-blame-ignore-revs | 4 +++- .github/workflows/be_base.yml | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index b96ad7e5..5bd34b82 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,6 +1,6 @@ # c#: file scoped namespaces 2f84a4ab96c07e0e1d7055d945ce9bcae9085a90 -# fe eslint --fix +# fe: eslint 1a2dd15ec0c436dc2ff9b0dbfe253b0eb6f79b1a 8ec64b05a0276fccae614106cf8f8bfd22a81a59 fde35106c1059a9201542bbaadb561304e8ce9c5 @@ -9,3 +9,5 @@ fde35106c1059a9201542bbaadb561304e8ce9c5 4c49c88a14a6796659c7cdb779238332abff01c4 46336e551ba6b6cd23b0496af0f38119222965b5 3c332bb80f16cfc975a3f60ed6feee3091bd1b05 +# be: pint +13b1d992353ddb0b4dc67f4219c2f02f6a2b37b6 diff --git a/.github/workflows/be_base.yml b/.github/workflows/be_base.yml index e0bb7656..0d249c45 100644 --- a/.github/workflows/be_base.yml +++ b/.github/workflows/be_base.yml @@ -39,17 +39,14 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/be - - id: run - run: ./vendor/bin/pint --test - - if: failure() && steps.run.outcome != 'success' - run: ./vendor/bin/pint --test --format=checkstyle | cs2pr + - run: ./vendor/bin/pint --test -v --format=checkstyle | cs2pr php-cs-fixer: runs-on: ${{ inputs.runs-on }} steps: - uses: actions/checkout@v4 - uses: ./.github/actions/be - - run: ./vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle . | cs2pr + - run: ./vendor/bin/php-cs-fixer fix -v --dry-run --format=checkstyle . | cs2pr phpmd: runs-on: ${{ inputs.runs-on }}