initial commit
This commit is contained in:
12
node_modules/crypto-browserify/.github/FUNDING.yml
generated
vendored
Normal file
12
node_modules/crypto-browserify/.github/FUNDING.yml
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [ljharb]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: npm/crypto-browserify
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
12
node_modules/crypto-browserify/.github/workflows/node-aught.yml
generated
vendored
Normal file
12
node_modules/crypto-browserify/.github/workflows/node-aught.yml
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: 'Tests: node.js < 10'
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ljharb/actions/.github/workflows/node.yml@main
|
||||
with:
|
||||
range: '>= 0.10 < 10'
|
||||
type: minors
|
||||
command: npm run tests-only
|
||||
skip-ls-check: true
|
||||
9
node_modules/crypto-browserify/.github/workflows/node-pretest.yml
generated
vendored
Normal file
9
node_modules/crypto-browserify/.github/workflows/node-pretest.yml
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: 'Tests: pretest/posttest'
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ljharb/actions/.github/workflows/pretest.yml@main
|
||||
with:
|
||||
skip-engines: true # see https://github.com/browserify/browserify-sign/pull/49
|
||||
11
node_modules/crypto-browserify/.github/workflows/node-tens.yml
generated
vendored
Normal file
11
node_modules/crypto-browserify/.github/workflows/node-tens.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: 'Tests: node.js >= 10'
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ljharb/actions/.github/workflows/node.yml@main
|
||||
with:
|
||||
range: '>= 10'
|
||||
type: minors
|
||||
command: npm run tests-only
|
||||
9
node_modules/crypto-browserify/.github/workflows/rebase.yml
generated
vendored
Normal file
9
node_modules/crypto-browserify/.github/workflows/rebase.yml
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Automatic Rebase
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
_:
|
||||
uses: ljharb/actions/.github/workflows/rebase.yml@main
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
12
node_modules/crypto-browserify/.github/workflows/require-allow-edits.yml
generated
vendored
Normal file
12
node_modules/crypto-browserify/.github/workflows/require-allow-edits.yml
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Require “Allow Edits”
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
_:
|
||||
name: "Require “Allow Edits”"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: ljharb/require-allow-edits@main
|
||||
Reference in New Issue
Block a user