Skip to content

Commit f4a7489

Browse files
committedApr 1, 2022
Auto-generated commit
1 parent 963d6b6 commit f4a7489

10 files changed

+28
-28
lines changed
 

‎.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-03-16T08:29:37.807Z
1+
2022-04-01T01:55:16.973Z

‎.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
benchmark:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v2
3333
with:
3434
node-version: 16

‎.github/workflows/bundle.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ on:
2525
push:
2626
branches:
2727
- main
28-
tags_ignore:
28+
tags-ignore:
2929
- 'v[0-9]+\.[0-9]+\.[0-9]+'
3030

3131
# Workflow jobs:
3232
jobs:
3333
deno:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Copy files to deno directory
3838
run: |
3939
mkdir -p deno
@@ -92,7 +92,7 @@ jobs:
9292
github_token: ${{ secrets.GITHUB_TOKEN }}
9393
publish_dir: ./deno
9494
publish_branch: deno
95-
keep_files: true
95+
force_orphan: true
9696
user_name: 'stdlib-bot'
9797
user_email: 'noreply@stdlib.io'
9898
commit_message: 'Auto-generated commit'
@@ -107,7 +107,7 @@ jobs:
107107
umd:
108108
runs-on: ubuntu-latest
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111
- name: Copy files to umd directory
112112
run: |
113113
mkdir -p umd
@@ -153,7 +153,7 @@ jobs:
153153
find ./umd -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "1 while s/<script type=\"text\/javascript\">\n(var|let|const)\s+([a-zA-Z0-9_]+)\s+=\s*require\( '\@stdlib\/([^']+)' \);?/<script type=\"text\/javascript\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/stdlib-js\/\3\@umd\/bundle.js\"><\/script>\n<script type=\"text\/javascript\">/g"
154154
155155
# Wrap contents of `<script type="text/javascript">` tag contents in an IIFE:
156-
find ./umd -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/<script type=\"text\/javascript\">([\s\S]+?)<\/script>/<script type=\"text\/javascript\">\n\(function \(\) {\1}\)\(\)\n<\/script>/g"
156+
find ./umd -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/<script type=\"text\/javascript\">([\s\S]+?)<\/script>/<script type=\"text\/javascript\">\n\(function \(\) {\1}\)\(\);\n<\/script>/g"
157157
158158
# Create package.json file for umd branch:
159159
jq --indent 2 '{"name": .name, "version": .version, "description": .description, "license": .license, "main": "./bundle.js", "homepage": .homepage, "repository": .repository, "bugs": .bugs, "keywords": .keywords, "funding": .funding}' package.json > ./umd/package.json
@@ -164,7 +164,7 @@ jobs:
164164
github_token: ${{ secrets.GITHUB_TOKEN }}
165165
publish_dir: ./umd
166166
publish_branch: umd
167-
keep_files: true
167+
force_orphan: true
168168
user_name: 'stdlib-bot'
169169
user_email: 'noreply@stdlib.io'
170170
commit_message: 'Auto-generated commit'
@@ -179,7 +179,7 @@ jobs:
179179
esm:
180180
runs-on: ubuntu-latest
181181
steps:
182-
- uses: actions/checkout@v2
182+
- uses: actions/checkout@v3
183183
- name: Copy files to umd directory
184184
run: |
185185
mkdir -p esm
@@ -242,7 +242,7 @@ jobs:
242242
github_token: ${{ secrets.GITHUB_TOKEN }}
243243
publish_dir: ./esm
244244
publish_branch: esm
245-
keep_files: true
245+
force_orphan: true
246246
user_name: 'stdlib-bot'
247247
user_email: 'noreply@stdlib.io'
248248
commit_message: 'Auto-generated commit'

‎.github/workflows/cancel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: Cancel Workflow Runs
20+
name: cancel
2121

2222
# Workflow triggers:
2323
on:

‎.github/workflows/examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
examples:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v2
3333
with:
3434
node-version: 16

‎.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: Publish Package
20+
name: publish
2121

2222
# Workflow triggers:
2323
on:
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- uses: actions/setup-node@v2
3636
with:
3737
node-version: 16
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout main branch
66-
uses: actions/checkout@v2
66+
uses: actions/checkout@v3
6767
with:
6868
ref: main
6969
- name: Increment version in `package.json` to the version number of the tag

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: build
20+
name: test
2121

2222
# Workflow triggers:
2323
on:
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: actions/setup-node@v2
3939
with:
4040
node-version: 16

‎.github/workflows/test_bundles.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#/
1818

1919
# Workflow name:
20-
name: Test Loading Bundles
20+
name: test_bundles
2121

2222
# Workflow triggers:
2323
on:
2424
workflow_run:
25-
workflows: ["bundle"]
25+
workflows: ["test"]
2626
types: [completed]
2727
workflow_dispatch:
2828

@@ -34,7 +34,7 @@ jobs:
3434
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3535
steps:
3636
- name: Checkout branch with UMD build
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
with:
3939
ref: umd
4040
- name: Setup Node.js
@@ -57,7 +57,7 @@ jobs:
5757
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5858
steps:
5959
- name: Checkout branch with ESM build
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v3
6161
with:
6262
ref: esm
6363
- name: Setup Node.js
@@ -80,7 +80,7 @@ jobs:
8080
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8181
steps:
8282
- name: Checkout branch with Deno build
83-
uses: actions/checkout@v2
83+
uses: actions/checkout@v3
8484
with:
8585
ref: deno
8686
- name: Install Deno

‎.github/workflows/test_coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#/
1818

1919
# Workflow name:
20-
name: coverage
20+
name: test_coverage
2121

2222
# Workflow triggers:
2323
on:
2424
workflow_run:
25-
workflows: ["build"]
25+
workflows: ["test"]
2626
types: [completed]
2727
workflow_dispatch:
2828

@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- uses: actions/setup-node@v2
3636
with:
3737
node-version: 16

‎.github/workflows/test_install.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
#/
1818

1919
# Workflow name:
20-
name: Test Installing Dependencies
20+
name: test_install
2121

2222
# Workflow triggers:
2323
on:
2424
schedule:
2525
# * is a special character in YAML so you have to quote this string
2626
- cron: '30 1 * * 6'
2727
workflow_run:
28-
workflows: ["Publish Package"]
28+
workflows: ["publish"]
2929
types: [completed]
3030
workflow_dispatch:
3131

@@ -37,7 +37,7 @@ jobs:
3737
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3838
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@v2
4242
with:
4343
node-version: 16

0 commit comments

Comments
 (0)
Please sign in to comment.