mirror of
https://github.com/Paillat-dev/svelte-github-calendar.git
synced 2026-01-02 09:16:21 +00:00
🎨 Format code and fix typescript shit
This commit is contained in:
16
.github/workflows/quality.yaml
vendored
16
.github/workflows/quality.yaml
vendored
@@ -11,17 +11,17 @@ jobs:
|
||||
check: [format, lint, typecheck, build]
|
||||
include:
|
||||
- check: format
|
||||
name: "Format Check"
|
||||
command: "pnpm prettier --check ."
|
||||
name: 'Format Check'
|
||||
command: 'pnpm prettier --check .'
|
||||
- check: lint
|
||||
name: "Lint Check"
|
||||
command: "pnpm eslint ."
|
||||
name: 'Lint Check'
|
||||
command: 'pnpm eslint .'
|
||||
- check: typecheck
|
||||
name: "Type Check"
|
||||
command: "pnpm check"
|
||||
name: 'Type Check'
|
||||
command: 'pnpm check'
|
||||
- check: build
|
||||
name: "Build Check"
|
||||
command: "pnpm build"
|
||||
name: 'Build Check'
|
||||
command: 'pnpm build'
|
||||
|
||||
name: ${{ matrix.name }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user