Skip to content

Commit

Permalink
#5 audit lighthouse action
Browse files Browse the repository at this point in the history
  • Loading branch information
RossellaFer committed Apr 25, 2024
1 parent 41a6237 commit 145dfc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Lighthouse Audit
uses: jakejarvis/lighthouse-action@master
with:
node-version: 18
- run: npm install && npm install -g @lhci/cli@0.13.x
- run: npm run build
- run: lhci autorun
url: 'https://womeninsoftware.jp/'
- uses: actions/upload-artifact@master
with:
name: report
path: './report'
10 changes: 0 additions & 10 deletions lighthouserc.json

This file was deleted.

0 comments on commit 145dfc0

Please sign in to comment.