Skip to content

Commit

Permalink
* ignore 13b1d99 @ .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
* only run pint by one-time @ .github/workflows/be_base.yml
  • Loading branch information
n0099 committed Sep 14, 2024
1 parent 0ee24b8 commit c1e0b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# c#: file scoped namespaces
2f84a4ab96c07e0e1d7055d945ce9bcae9085a90
# fe eslint --fix
# fe: eslint
1a2dd15ec0c436dc2ff9b0dbfe253b0eb6f79b1a
8ec64b05a0276fccae614106cf8f8bfd22a81a59
fde35106c1059a9201542bbaadb561304e8ce9c5
Expand All @@ -9,3 +9,5 @@ fde35106c1059a9201542bbaadb561304e8ce9c5
4c49c88a14a6796659c7cdb779238332abff01c4
46336e551ba6b6cd23b0496af0f38119222965b5
3c332bb80f16cfc975a3f60ed6feee3091bd1b05
# be: pint
13b1d992353ddb0b4dc67f4219c2f02f6a2b37b6
7 changes: 2 additions & 5 deletions .github/workflows/be_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1e0b8b

Please sign in to comment.