Skip to content

Commit

Permalink
Do not handle github actions, as they require extra permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Gawron committed Feb 22, 2022
1 parent 99bd860 commit 81b0162
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
34 changes: 0 additions & 34 deletions core/resources/.github/workflows/phpcsfixer.yml

This file was deleted.

30 changes: 0 additions & 30 deletions core/resources/.github/workflows/phpstan.yml

This file was deleted.

4 changes: 2 additions & 2 deletions core/src/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
class Composer
{
/**
* We'll ensure that the GitHub Action workflows and quality tools for code standards are set up.
* We'll ensure that the quality tools for code standards are set up.
*/
public static function postUpdate(ScriptEvent $event): void
{
// TODO: Return early if it was an install rather than update
// \Symfony\Component\VarDumper\VarDumper;::dump($event);
// \Symfony\Component\VarDumper\VarDumper::dump($event);

$rootProjectDir = getcwd();
$resourcesDir = __DIR__ . '/../resources/';
Expand Down

0 comments on commit 81b0162

Please sign in to comment.