Skip to content

updated marker icons with new webp files #2

updated marker icons with new webp files

updated marker icons with new webp files #2

Workflow file for this run

name: Lighthouse CI
on:
push:
paths:
- 'src/**/*.js'
- 'src/**/*.css'
- 'src/**/*.html'
pull_request:
paths:
- 'src/**/*.js'
- 'src/**/*.css'
- 'src/**/*.html'
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://kitas-in-flensburg.de
uploadArtifacts: false
temporaryPublicStorage: true