Skip to content

#5 update github action #6

#5 update github action

#5 update github action #6

Workflow file for this run

name: Audit live site
on: push
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Audit live URL
uses: jakejarvis/lighthouse-action@master
with:
url: 'https://womeninsoftware.jp/'
- name: Upload results as an artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'