Skip to content

Commit a23f525

Browse files
committed
feat: add action
1 parent 8c1c88b commit a23f525

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ on:
1919
required: true
2020

2121
jobs:
22+
lighthouseci:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v2
26+
- uses: actions/setup-node@v1
27+
with:
28+
node-version: 16
29+
- run: npm install && npm install -g @lhci/[email protected]
30+
- run: npm run build
31+
- run: lhci autorun
2232
call-reusable-workflow-PR:
2333
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
2434
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)