Skip to content

Commit

Permalink
ci: include icon and remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shock95 committed Apr 26, 2024
1 parent b42c92a commit 2ce41e7
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,6 @@ jobs:
php-version: ${{ matrix.php }}
install-path: "../bin"
pm-version-major: "5"

fmt:
name: code style check
needs: [build-php]
runs-on: ubuntu-20.04
strategy:
matrix:
php:
- "8.2"
steps:
- uses: actions/checkout@v3
- uses: pmmp/setup-php-action@main
with:
php-version: ${{ matrix.php }}
install-path: "../bin"
pm-version-major: "5"
- name: Install Composer
run: curl -sS https://getcomposer.org/installer | php
- run: composer install
- run: composer fmt
- run: git diff --exit-code
phpstan:
name: phpstan analyze
needs: [build-php]
Expand Down Expand Up @@ -78,6 +57,9 @@ jobs:
pm-version-major: "5"
- uses: SOF3/[email protected]
id: pharynx
with:
additional-assets:
- icon.png
- uses: actions/upload-artifact@v3
with:
name: plugin.phar
Expand Down

0 comments on commit 2ce41e7

Please sign in to comment.