Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit b510f2c576 - Show all commits

View file

@ -30,7 +30,9 @@ jobs:
run: yarn install
- name: Add Unlighthouse
run: yarn global add @unlighthouse/cli
run: |
apt install chromium
yarn global add @unlighthouse/cli
- name: Run Linter
run: yarn lint