Skip to content

Commit

Permalink
Merge pull request #2 from andreia/update_saloon
Browse files Browse the repository at this point in the history
Update Saloon package name
  • Loading branch information
andreia committed Aug 21, 2023
2 parents c1e9a1d + b63250f commit b86403e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: PHP Linting (Pint)
on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/npm_and_yarn/*'
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@0.1.0
with:
preset: laravel

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.1",
"sammyjo20/saloon": "^2.0"
"saloonphp/saloon": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
Expand Down

0 comments on commit b86403e

Please sign in to comment.