Skip to content

Commit

Permalink
fix: lint + phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 7, 2023
1 parent ba054c2 commit 1d8794d
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: docker compose exec -T php bin/console -e test doctrine:schema:validate
-
name: Run PHPStan
run: docker compose exec -T php vendor/bin/phpstan
run: docker compose exec -T php vendor/bin/phpstan --memory-limit=256M
-
name: Lint PWA
run: docker compose exec -T pwa pnpm lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
VALIDATE_PHP_PSALM: false
Loading

0 comments on commit 1d8794d

Please sign in to comment.