Skip to content

Commit

Permalink
update: pint github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Sep 24, 2024
1 parent c8b2fa6 commit 59d6e24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Pint
uses: aglipanci/[email protected]
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
preset: psr12
verboseMode: true
php-version: ${{ matrix.php-version }}
coverage: none
- name: Install Composer Dependencies
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run Pint
run: ./vendor/bin/pint -vvv
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Style Change (Laravel Pint CI)
commit_user_name: HDVinne
commit_message: 'chore: pint linter'
commit_user_name: HDVinnie
commit_user_email: [email protected]
commit_author: HDVinnie <[email protected]>
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@

**Laravel Polar API** is a Laravel package that provides an API wrapper for [polar.sh](Ihttps://polar.sh) API. This package simplifies the process of interacting with the Polar API by providing a set of convenient methods and classes.

## Note

This package is still under development and should not be used in production environments.

## Installation

To install the package, you can use Composer:

```sh
composer require hdinnovations/laravel-polar-api:v1.0.0-beta
composer require hdinnovations/laravel-polar-api
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/hdinnovations/laravel-polar-api",
"license": "MIT",
"type": "library",
"version": "v1.0.0-beta",
"version": "v1.0.0",
"authors": [
{
"name": "HDVinnie",
Expand Down

0 comments on commit 59d6e24

Please sign in to comment.