Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit e438a2e

Browse files
committed
ci: rename workflow linttest, add build step
1 parent 7c8b47b commit e438a2e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed
Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Test
22

33
on:
44
push:
@@ -28,3 +28,23 @@ jobs:
2828

2929
- name: Lint
3030
run: nr lint
31+
32+
build:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- name: Checkout
36+
uses: actions/checkout@v3
37+
38+
- name: Use Node.js 18.x
39+
uses: actions/setup-node@v3
40+
with:
41+
node-version: 18.x
42+
43+
- name: Setup
44+
run: npm i -g @antfu/ni
45+
46+
- name: Install
47+
run: nci
48+
49+
- name: Build
50+
run: nr build:prod

0 commit comments

Comments
 (0)