Skip to content

Commit 0f96309

Browse files
committed
github actions
1 parent 705c748 commit 0f96309

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
run-name: continuous integration actions
33
on: [push]
44
jobs:
5-
CodeCoverage:
5+
test:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Code

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# php-retention
22

3+
![build](https://github.com/ardabeyazoglu/php-retention/actions/workflows/main.yml/badge.svg)
34
[![codecov](https://codecov.io/gh/ardabeyazoglu/php-retention/graph/badge.svg?token=5TE2OKaIPT)](https://codecov.io/gh/ardabeyazoglu/php-retention)
45

56
A simple but handy php library to apply retention policy to files before deleting, archiving or anything that is possible with a custom callback.
@@ -170,6 +171,4 @@ Please be descriptive in your posts.
170171

171172
# ToDo
172173

173-
- [ ] Complete example tests
174-
- [ ] Release first version through packagist and codecov
175174
- [ ] Add keep-within-*** policy support

0 commit comments

Comments
 (0)