Skip to content

Commit

Permalink
docs: add package url
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkcup committed Nov 17, 2024
1 parent d3e44a2 commit d88ea4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/laravel-10.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Laravel 10
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/laravel-11.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Laravel 11
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/laravel-9.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Laravel 9
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel Lint

[![codecov](https://codecov.io/gh/laravel-fans/laravel-lint/graph/badge.svg?token=QJjYkPVnr4)](https://codecov.io/gh/laravel-fans/laravel-lint)
![Packagist Downloads](https://img.shields.io/packagist/dm/laravel-fans/lint)
[![Packagist Downloads](https://img.shields.io/packagist/dm/laravel-fans/lint)](https://packagist.org/packages/laravel-fans/lint)
[![Laravel 9](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-9.yml/badge.svg)](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-9.yml)
[![Laravel 10](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-10.yml/badge.svg)](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-10.yml)
[![Laravel 11](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-11.yml/badge.svg)](https://github.com/laravel-fans/laravel-lint/actions/workflows/laravel-11.yml)
Expand Down

0 comments on commit d88ea4e

Please sign in to comment.