Skip to content

updated readme.md and replaced marker icons #4

updated readme.md and replaced marker icons

updated readme.md and replaced marker icons #4

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