From 10fe465ec909d0ac8a17b97f1d0a4beda2f70371 Mon Sep 17 00:00:00 2001 From: Brette Fitzgibbon <79230918+BretteConnolly@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:40:24 +0000 Subject: [PATCH 1/4] Updated format and lint scripts by configuring with pint.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4160b5e..4cc96a2 100755 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "license": "MIT", "minimum-stability": "stable", "scripts": { - "lint": "./vendor/bin/pint --test", + "lint": "./vendor/bin/pint --test --config pint.json", "test": "./vendor/bin/phpunit --configuration phpunit.xml", "check": "./vendor/bin/phpstan analyse --level 6 src tests", - "format": "./vendor/bin/pint" + "format": "./vendor/bin/pint --config pint.json" }, "autoload": { "psr-4": {"Utopia\\Orchestration\\": "src/Orchestration"} From bf6395f0d374128c7299b4f2fe82ba483cee2c37 Mon Sep 17 00:00:00 2001 From: Brette Fitzgibbon <79230918+BretteConnolly@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:41:49 +0000 Subject: [PATCH 2/4] Updated actions/checkout@v3 to @v2 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bca79de..aa1e05b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v2 with: fetch-depth: 2 From 74480e92a02f7c33e5c26c3b798fbb3d13ab860f Mon Sep 17 00:00:00 2001 From: Brette Fitzgibbon <79230918+BretteConnolly@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:45:34 +0000 Subject: [PATCH 3/4] Test commit --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index aa1e05b..bca79de 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 2 From 56c7e9750a02f797c564399c8355c70e79fff415 Mon Sep 17 00:00:00 2001 From: Brette Fitzgibbon <79230918+BretteConnolly@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:46:05 +0000 Subject: [PATCH 4/4] New test commit --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bca79de..aa1e05b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v2 with: fetch-depth: 2