Skip to content

Commit

Permalink
Create lighthouse-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cplkake authored Oct 24, 2024
1 parent 3ecc2a5 commit 5676c13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: lighthouse-ci

on:
push:
branches:
- feature/lighthouse-ci

jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun

0 comments on commit 5676c13

Please sign in to comment.