forked from mirrors/thatmattlove-hyperglass
fix ci jobs
This commit is contained in:
parent
a6794ad2ac
commit
16b4f60aef
3 changed files with 7 additions and 2 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
echo "HYPERGLASS_PORT=8001" >> $GITHUB_ENV
|
||||
|
||||
- name: Install
|
||||
run: rye install && rye sync
|
||||
run: rye sync
|
||||
|
||||
- name: Enter venv
|
||||
run: . .venv/bin/activate
|
||||
|
|
|
|||
4
.github/workflows/frontend.yml
vendored
4
.github/workflows/frontend.yml
vendored
|
|
@ -33,6 +33,10 @@ jobs:
|
|||
working-directory: ${{ env.working-directory }}
|
||||
run: pnpm install
|
||||
|
||||
- name: Create empty hyperglass.json
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: echo '{}' > hyperglass.json
|
||||
|
||||
- name: Formatting
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: pnpm run format:check
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
"**/*.tsx",
|
||||
"types/*.d.ts",
|
||||
"next.config.js",
|
||||
"nextdev.js"
|
||||
"nextdev.js",
|
||||
"hyperglass.json"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue