This commit is contained in:
8
node_modules/node-polyglot/.github/workflows/node-pretest.yml
generated
vendored
Normal file
8
node_modules/node-polyglot/.github/workflows/node-pretest.yml
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: 'Tests: pretest/posttest'
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ljharb/actions/.github/workflows/pretest.yml@main
|
||||
|
||||
18
node_modules/node-polyglot/.github/workflows/node.yml
generated
vendored
Normal file
18
node_modules/node-polyglot/.github/workflows/node.yml
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: 'Tests: node.js'
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ljharb/actions/.github/workflows/node.yml@main
|
||||
with:
|
||||
range: '>= 0.8'
|
||||
type: majors
|
||||
command: npm run tests-only
|
||||
|
||||
node:
|
||||
name: 'node.js tests'
|
||||
needs: [tests]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo tests completed'
|
||||
15
node_modules/node-polyglot/.github/workflows/rebase.yml
generated
vendored
Normal file
15
node_modules/node-polyglot/.github/workflows/rebase.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Automatic Rebase
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
_:
|
||||
name: "Automatic Rebase"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ljharb/rebase@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
12
node_modules/node-polyglot/.github/workflows/require-allow-edits.yml
generated
vendored
Normal file
12
node_modules/node-polyglot/.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