mirror of
https://github.com/sussy-code/smov.git
synced 2026-01-11 20:10:16 +00:00
Merge branch 'sussy-code:main' into main
This commit is contained in:
commit
83757328fb
3 changed files with 4 additions and 3 deletions
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Deploying
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_pwa:
|
||||
|
|
|
|||
3
.github/workflows/linting_testing.yml
vendored
3
.github/workflows/linting_testing.yml
vendored
|
|
@ -3,8 +3,7 @@ name: Linting and Testing
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ function useSearch(search: string) {
|
|||
};
|
||||
}
|
||||
|
||||
// What the sigma?
|
||||
|
||||
export function HomePage() {
|
||||
const { t } = useTranslation();
|
||||
const { t: randomT } = useRandomTranslation();
|
||||
|
|
|
|||
Loading…
Reference in a new issue