Skip to content

Commit

Permalink
Remove unnecessary comment in SabHero class. (#26)
Browse files Browse the repository at this point in the history
* Remove unnecessary comment in SabHero class.

* Added permissions for pull requests and contents to allow write access, and updated the workflow to run tests on specified files.

* Updated composer.json to use Laravel Sail version 1.34.0 instead of 1.35.0 and spatie/laravel-package-tools version 1.14.0.
  • Loading branch information
thejmitchener authored Oct 21, 2024
1 parent 2c6b64a commit 54b3d61
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
/phpstan-baseline.neon export-ignore

# Merge ours
package-lock.json merge=ours
composer.lock merge=ours
# package-lock.json merge=ours
# composer.lock merge=ours
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- 'composer.json'
- 'composer.lock'

permissions:
pull-requests: write
contents: write

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": "^8.2",
"laravel/sail": "1.35.0",
"laravel/sail": "1.34.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
Expand Down
84 changes: 6 additions & 78 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/SabHero.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class SabHero
{
// i've done it //
// i've done it
}

0 comments on commit 54b3d61

Please sign in to comment.