Update PR Gate (#32)

* add more steps

* use specific ubuntu version

* fix check errors

* check later

* format
This commit is contained in:
Baobeld 2024-12-20 17:08:51 -05:00 committed by GitHub
parent 8969e2b8aa
commit fa9a0dc9fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 66 deletions

View file

@ -2,4 +2,4 @@ import { validateSession } from '$lib/server/auth';
export async function load(event) {
await validateSession(event);
}
}

View file

@ -7,4 +7,4 @@ export async function load(event) {
return {
user: rest,
};
}
}