Skip to content

Commit 2af5b4d

Browse files
committed
put lint first in check.yml
1 parent 0b06909 commit 2af5b4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
- uses: ./.github/actions/setup
1918
- uses: ./.github/actions/lint
19+
- uses: ./.github/actions/setup
2020
- uses: ./.github/actions/test
2121
- uses: ./.github/actions/local/build
2222
- uses: ./.github/actions/local/e2e

0 commit comments

Comments
 (0)