File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
# Run this workflow weekly:
25
25
schedule :
26
26
# cron: '<minutes> <hours> <day_of_month> <month> <day_of_week>'
27
- - cron : ' 0 8 * * 6 '
27
+ - cron : ' 9 9 * * 0 '
28
28
29
29
# Allow the workflow to be manually run:
30
30
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
20
20
Momtchil Momtchev <momtchil@momtchev.com>
21
21
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
22
22
Philipp Burckhardt <pburckhardt@outlook.com>
23
+ Pranav <85227306+Pranavchiku@users.noreply.github.com>
23
24
Ricky Reusser <rsreusser@gmail.com>
24
25
Ryan Seal <splrk@users.noreply.github.com>
25
26
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
208
208
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/utils-unshift.svg
209
209
[ npm-url ] : https://npmjs.org/package/@stdlib/utils-unshift
210
210
211
- [ test-image ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=main
212
- [ test-url ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:main
211
+ [ test-image ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=v0.0.9
212
+ [ test-url ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:v0.0.9
213
213
214
214
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/utils-unshift/main.svg
215
215
[ coverage-url ] : https://codecov.io/github/stdlib-js/utils-unshift?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/utils-unshift" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"description" : " Add one or more elements to the beginning of a collection." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments