Skip to content

Add reasoning

Add reasoning #485

Workflow file for this run

name: Lighthouse
on: [push, pull_request]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.96.0"
extended: true
- name: Build site
run: hugo
- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@v2
with:
configPath: "./lighthouserc.json"
temporaryPublicStorage: true