Skip to content

Commit

Permalink
Lighthouse CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo authored Sep 7, 2024
1 parent d1fd9e4 commit cbd0e32
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lighthouse
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun

0 comments on commit cbd0e32

Please sign in to comment.