Skip to content

Commit d88ea4e

Browse files
committed
docs: add package url
1 parent d3e44a2 commit d88ea4e

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/laravel-10.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Laravel 10
22
on:
33
push:
4+
paths-ignore:
5+
- "**.md"
46
branches:
57
- main
68
pull_request:

.github/workflows/laravel-11.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Laravel 11
22
on:
33
push:
4+
paths-ignore:
5+
- "**.md"
46
branches:
57
- main
68
pull_request:

.github/workflows/laravel-9.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Laravel 9
22
on:
33
push:
4+
paths-ignore:
5+
- "**.md"
46
branches:
57
- main
68
pull_request:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel Lint
22

33
[![codecov](https://codecov.io/gh/laravel-fans/laravel-lint/graph/badge.svg?token=QJjYkPVnr4)](https://codecov.io/gh/laravel-fans/laravel-lint)
4-
![Packagist Downloads](https://img.shields.io/packagist/dm/laravel-fans/lint)
4+
[![Packagist Downloads](https://img.shields.io/packagist/dm/laravel-fans/lint)](https://packagist.org/packages/laravel-fans/lint)
55
[![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)
66
[![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)
77
[![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)

0 commit comments

Comments
 (0)