From aa9560bf70842b53f546f012ee7263e85acf26cd Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:21:52 +1000 Subject: [PATCH] ci: Optimize GitHub Actions configurations - Refactor unnecessary configuration in the `php-lint` action workflow - Update `.github/workflows/lint.yml` to optimize workflow settings --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6da8c76..8fd73c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: echohello-dev/actions/php-lint@main - with: - who-to-greet: 'Mona the Octocat' \ No newline at end of file + - uses: echohello-dev/actions/php-lint@main \ No newline at end of file