Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit f4f5b88

Browse files
committed
Replace Codeship badge with GitHub Actions
1 parent 533b814 commit f4f5b88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
![Quicksand logo](https://raw.githubusercontent.com/tighten/quicksand/main/quicksand-banner.png)
22

3-
[ ![Codeship Status for tightenco/quicksand](https://app.codeship.com/projects/a9e67790-46e9-0134-a8cb-3a2b7d7aa9d2/status?branch=master)](https://app.codeship.com/projects/169050)
4-
53
# Quicksand
64

5+
![Tests](https://github.com/tighten/quicksand/workflows/Tests/badge.svg)
6+
77
Schedule a force delete of your soft deleted Eloquent models or pivot tables after they've been soft deleted for a given period of time.
88

99
Quicksand is an Artisan command that you can run in your scheduler daily.
@@ -18,7 +18,7 @@ Quicksand is an Artisan command that you can run in your scheduler daily.
1818

1919
1. Add Quicksand to your Composer file: `composer require tightenco/quicksand`
2020
2. Register the Quicksand Service provider in `config/app.php` (you can skip this step if you're using Laravel 5.5 or higher due to package auto-discovery):
21-
21+
2222
```php
2323
'providers' => [
2424
...
@@ -76,7 +76,7 @@ By default, Quicksand will log to the standard `laravel.log` file.
7676

7777
## Versioning
7878

79-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/tighten/quicksand/tags).
79+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/tighten/quicksand/tags).
8080

8181
## Authors
8282

0 commit comments

Comments
 (0)