Skip to content

Commit 30dbbc7

Browse files
authored
add Lighthouse CI
1 parent d508918 commit 30dbbc7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
lighthouseci:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-node@v4
9+
with:
10+
node-version: 18
11+
- run: npm install && npm install -g @lhci/cli@0.15.x
12+
- run: npm run build
13+
- run: lhci autorun

0 commit comments

Comments
 (0)