We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1c88b commit a23f525Copy full SHA for a23f525
.github/workflows/ci.yaml
@@ -19,6 +19,16 @@ on:
19
required: true
20
21
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
32
call-reusable-workflow-PR:
33
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
34
if: github.event_name == 'pull_request'
0 commit comments