Add Tests badge to readme
This commit is contained in:
parent
bb17cf4768
commit
3b90d9e64f
2 changed files with 4 additions and 2 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -12,14 +12,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate --strict
|
||||
|
||||
- name: Cache Composer packages
|
||||
id: composer-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ With this query builder you can build queries for Flux. Flux is a powerful open
|
|||
[](https://packagist.org/packages/arendsen/fluxquerybuilder)
|
||||
[](https://packagist.org/packages/arendsen/fluxquerybuilder)
|
||||
|
||||
[](https://github.com/davidarendsen/fluxquerybuilder/actions/workflows/php.yml)
|
||||
|
||||
## Documentation
|
||||
The documentation of this project is available in the [docs folder](docs/00-index.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue