Skip to content

Commit 8a70e25

Browse files
committed
refactor descriptions
1 parent a6e2f04 commit 8a70e25

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/actions/local/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Install dependencies & build OpenNext package
1+
name: Build OpenNext package
22
description: Installs dependencies and builds OpenNext
33
runs:
44
using: 'composite'

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Install & setup
2-
description: Install's node, pnpm, restores cache
2+
description: Install's node, pnpm, restores cache, and then installs dependencies
33

44
runs:
55
using: 'composite'

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
# workflow_dispatch:
87

98
jobs:
109
validate:
@@ -15,8 +14,8 @@ jobs:
1514
steps:
1615
- name: Checkout
1716
uses: actions/checkout@v4
18-
- uses: ./.github/actions/setup
1917
- uses: ./.github/actions/lint
18+
- uses: ./.github/actions/setup
2019
- uses: ./.github/actions/test
2120
- uses: ./.github/actions/local/build
2221
- uses: ./.github/actions/local/e2e

0 commit comments

Comments
 (0)