lighthouse

This commit is contained in:
Robin Grenzdörfer 2023-12-05 16:07:34 +00:00
parent c915b4de33
commit 2cddd2b383

@ -32,6 +32,11 @@ jobs:
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
SECURITY_ALLOWRELATIVEPATHS: "true"
live-server:
image: gitbase.de/robin/live-server
ports:
- 8080:8080
steps:
- uses: actions/checkout@v3
with: