This commit is contained in:
Shahrad Elahi
2024-01-08 13:53:35 +03:30
parent 4ffc3640d0
commit ae73038dab
5 changed files with 199 additions and 305 deletions

View File

@@ -25,8 +25,8 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
- run: pnpm install -C web
- run: pnpm run -C web check:format
ghcr-build:
runs-on: ubuntu-latest