1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix ci jobs

This commit is contained in:
thatmattlove 2024-03-01 23:35:44 -05:00
parent a6794ad2ac
commit 16b4f60aef
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -40,6 +40,7 @@
"**/*.tsx",
"types/*.d.ts",
"next.config.js",
"nextdev.js"
"nextdev.js",
"hyperglass.json"
]
}