Skip to content

Commit 1767ee4

Browse files
committed
Auto-generated commit
1 parent 013bee6 commit 1767ee4

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/npm_downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
# Run this workflow weekly:
2525
schedule:
2626
# cron: '<minutes> <hours> <day_of_month> <month> <day_of_week>'
27-
- cron: '0 8 * * 6'
27+
- cron: '38 2 * * 6'
2828

2929
# Allow the workflow to be manually run:
3030
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
# Run workflow on a weekly schedule:
2525
schedule:
2626
# * is a special character in YAML so you have to quote this string
27-
- cron: '30 1 * * 6'
27+
- cron: '38 2 * * 6'
2828

2929
# Allow the workflow to be manually run:
3030
workflow_dispatch:

.github/workflows/test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
# Run workflow on a weekly schedule:
2525
schedule:
2626
# * is a special character in YAML so you have to quote this string
27-
- cron: '30 1 * * 6'
27+
- cron: '38 2 * * 6'
2828

2929
# Run workflow upon completion of `publish` workflow run:
3030
workflow_run:

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
2020
Momtchil Momtchev <momtchil@momtchev.com>
2121
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2222
Philipp Burckhardt <pburckhardt@outlook.com>
23+
Pranav <85227306+Pranavchiku@users.noreply.github.com>
2324
Ricky Reusser <rsreusser@gmail.com>
2425
Ryan Seal <splrk@users.noreply.github.com>
2526
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>

test/test.object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tape( 'the function returns `false` if not provided a string', function test( t
110110
{},
111111
new Date(),
112112
/./,
113-
new RegExp( '.' ),
113+
new RegExp( '.' ), // eslint-disable-line prefer-regex-literals
114114
function noop() {}
115115
];
116116

0 commit comments

Comments
 (0)