Skip to content

feat: implement button on GitHub to update locale files #40

feat: implement button on GitHub to update locale files

feat: implement button on GitHub to update locale files #40

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '45 18 * * 3'
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
https://findadoc.jp/
https://findadoc.jp/submit
https://findadoc.jp/about
https://findadoc.jp/terms
https://findadoc.jp/privacypolicy
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage