Skip to content

Commit 4923c23

Browse files
committed
[actions] update workflows
1 parent deef67f commit 4923c23

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/node-4+.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v2
4444
- uses: ljharb/actions/node/run@main
45+
name: 'npm install && npm run tests-only'
4546
with:
4647
node-version: ${{ matrix.node-version }}
4748
command: 'tests-only'

.github/workflows/node-zero.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: ljharb/actions/node/run@main
28+
name: 'npm install && npm run tests-only'
2829
with:
2930
node-version: ${{ matrix.node-version }}
3031
command: 'tests-only'
@@ -44,6 +45,7 @@ jobs:
4445
steps:
4546
- uses: actions/checkout@v2
4647
- uses: ljharb/actions/node/run@main
48+
name: 'npm install && npm run tests-only'
4749
with:
4850
node-version: ${{ matrix.node-version }}
4951
command: 'tests-only'

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- uses: ljharb/rebase@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/require-allow-edits.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ jobs:
1010

1111
steps:
1212
- uses: ljharb/require-allow-edits@main
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)